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
cfb3347d
Commit
cfb3347d
authored
3 years ago
by
Moul
Browse files
Options
Downloads
Patches
Plain Diff
[fix]
#162
: Fix cyclic import issue in ascii_armor
Found after imports sorting
parent
b3950216
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
duniterpy/key/ascii_armor.py
+3
-1
3 additions, 1 deletion
duniterpy/key/ascii_armor.py
with
3 additions
and
1 deletion
duniterpy/key/ascii_armor.py
+
3
−
1
View file @
cfb3347d
...
@@ -22,7 +22,9 @@ from typing import Any, Dict, List, Optional
...
@@ -22,7 +22,9 @@ from typing import Any, Dict, List, Optional
import
libnacl
import
libnacl
from
libnacl.version
import
version
as
libnacl_version
from
libnacl.version
import
version
as
libnacl_version
from
duniterpy.key
import
PublicKey
,
SigningKey
,
VerifyingKey
from
.encryption_key
import
PublicKey
from
.signing_key
import
SigningKey
from
.verifying_key
import
VerifyingKey
# Headers constants
# Headers constants
BEGIN_MESSAGE_HEADER
=
"
-----BEGIN DUNITER MESSAGE-----
"
BEGIN_MESSAGE_HEADER
=
"
-----BEGIN DUNITER MESSAGE-----
"
...
...
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