Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
swh-loader-mercurial
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
Antoine R. Dumont
swh-loader-mercurial
Commits
2b3dbb0a
Commit
2b3dbb0a
authored
3 years ago
by
Antoine Lambert
Browse files
Options
Downloads
Patches
Plain Diff
mypy: Fix errors with release >= v0.900
parent
f9fa0dd3
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
requirements-test.txt
+3
-0
3 additions, 0 deletions
requirements-test.txt
swh/__init__.py
+2
-2
2 additions, 2 deletions
swh/__init__.py
swh/loader/__init__.py
+2
-2
2 additions, 2 deletions
swh/loader/__init__.py
with
7 additions
and
4 deletions
requirements-test.txt
+
3
−
0
View file @
2b3dbb0a
...
...
@@ -3,3 +3,6 @@ pytest-mock
swh.core[http] >= 0.0.61
swh.scheduler[testing] >= 0.5.0
swh.storage[testing]
types-click
types-deprecated
types-python-dateutil
This diff is collapsed.
Click to expand it.
swh/__init__.py
+
2
−
2
View file @
2b3dbb0a
from
pkgutil
import
extend_path
from
typing
import
Iterable
from
typing
import
List
__path__
=
extend_path
(
__path__
,
__name__
)
# type: Iterable[str]
__path__
:
List
[
str
]
=
extend_path
(
__path__
,
__name__
)
This diff is collapsed.
Click to expand it.
swh/loader/__init__.py
+
2
−
2
View file @
2b3dbb0a
from
pkgutil
import
extend_path
from
typing
import
Iterable
from
typing
import
List
__path__
=
extend_path
(
__path__
,
__name__
)
# type: Iterable[str]
__path__
:
List
[
str
]
=
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