Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.pipelines
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.pipelines
Commits
d04e52e3
Commit
d04e52e3
authored
2 years ago
by
Yannick DAYER
Browse files
Options
Downloads
Patches
Plain Diff
[refactor] isort
parent
db6d764f
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!101
Pin numpy on the minor version
Pipeline
#65024
passed
2 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bob/pipelines/distributed/__init__.py
+2
-1
2 additions, 1 deletion
bob/pipelines/distributed/__init__.py
with
2 additions
and
1 deletion
bob/pipelines/distributed/__init__.py
+
2
−
1
View file @
d04e52e3
from
.sge
import
SchedulerResourceRestriction
from
pkgutil
import
extend_path
from
pkgutil
import
extend_path
from
.sge
import
SchedulerResourceRestriction
# see https://docs.python.org/3/library/pkgutil.html
# see https://docs.python.org/3/library/pkgutil.html
__path__
=
extend_path
(
__path__
,
__name__
)
__path__
=
extend_path
(
__path__
,
__name__
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment