Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DuniterPy
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
Model registry
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
clients
python
DuniterPy
Commits
c1aad5cd
Commit
c1aad5cd
authored
4 years ago
by
Moul
Browse files
Options
Downloads
Patches
Plain Diff
[mod] Change imports syntaxes
parent
7ce7e3b7
No related branches found
No related tags found
1 merge request
!157
v1.0.0rc0: merge dev into master
Pipeline
#12561
waiting for manual action
Stage: checks
Stage: tests
Stage: release
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
duniterpy/api/endpoint.py
+1
-1
1 addition, 1 deletion
duniterpy/api/endpoint.py
tests/api/test_endpoints.py
+1
-1
1 addition, 1 deletion
tests/api/test_endpoints.py
with
2 additions
and
2 deletions
duniterpy/api/endpoint.py
+
1
−
1
View file @
c1aad5cd
...
...
@@ -18,7 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
import
re
from
typing
import
Any
,
Optional
,
TypeVar
,
Type
,
Dict
import
duniterpy
.constants
as
constants
from
duniterpy
import
constants
from
..documents
import
MalformedDocumentError
...
...
This diff is collapsed.
Click to expand it.
tests/api/test_endpoints.py
+
1
−
1
View file @
c1aad5cd
...
...
@@ -17,7 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
import
unittest
import
duniterpy.api
.endpoint
as
endpoint
from
duniterpy.api
import
endpoint
class
TestEndpoint
(
unittest
.
TestCase
):
...
...
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