Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
swh-loader-core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Platform
Development
swh-loader-core
Commits
644134a8
Commit
644134a8
authored
3 years ago
by
Antoine Lambert
Browse files
Options
Downloads
Patches
Plain Diff
mypy: Fix errors with release >= v0.900
parent
584777f3
No related branches found
Branches containing commit
Tags
v0.22.2
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
requirements-test.txt
+4
-0
4 additions, 0 deletions
requirements-test.txt
swh/__init__.py
+3
-3
3 additions, 3 deletions
swh/__init__.py
swh/loader/__init__.py
+3
-3
3 additions, 3 deletions
swh/loader/__init__.py
with
10 additions
and
6 deletions
requirements-test.txt
+
4
−
0
View file @
644134a8
...
...
@@ -4,3 +4,7 @@ requests_mock
swh-core[testing]
swh-scheduler[testing] >= 0.5.0
swh-storage[testing] >= 0.10.6
types-click
types-python-dateutil
types-pyyaml
types-requests
This diff is collapsed.
Click to expand it.
swh/__init__.py
+
3
−
3
View file @
644134a8
# Copyright (C) 2016-202
0
The Software Heritage developers
# Copyright (C) 2016-202
1
The Software Heritage developers
# See the AUTHORS file at the top-level directory of this distribution
# License: GNU General Public License version 3, or any later version
# See top-level LICENSE file for more information
from
pkgutil
import
extend_path
from
typing
import
Iterable
from
typing
import
List
__path__
:
Iterable
[
str
]
=
extend_path
(
__path__
,
__name__
)
__path__
:
List
[
str
]
=
extend_path
(
__path__
,
__name__
)
This diff is collapsed.
Click to expand it.
swh/loader/__init__.py
+
3
−
3
View file @
644134a8
# Copyright (C) 2016-202
0
The Software Heritage developers
# Copyright (C) 2016-202
1
The Software Heritage developers
# See the AUTHORS file at the top-level directory of this distribution
# License: GNU General Public License version 3, or any later version
# See top-level LICENSE file for more information
from
pkgutil
import
extend_path
from
typing
import
Iterable
from
typing
import
List
__path__
:
Iterable
[
str
]
=
extend_path
(
__path__
,
__name__
)
__path__
:
List
[
str
]
=
extend_path
(
__path__
,
__name__
)
This diff is collapsed.
Click to expand it.
Phabricator Migration user
@phabricator-migration
mentioned in merge request
!213 (closed)
·
2 years ago
mentioned in merge request
!213 (closed)
mentioned in merge request !213
Toggle commit list
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