Skip to content

Commit

Permalink
Adjust docstring in module directory import file.
Browse files Browse the repository at this point in the history
  • Loading branch information
lapets committed Aug 26, 2023
1 parent af2bf93 commit cfffc53
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ge25519/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Gives users direct access to classes."""
from ge25519.ge25519 import\
ge25519,\
ge25519_p2, ge25519_p3, ge25519_p1p1,\
"""Allow users to access the classes directly."""
from ge25519.ge25519 import \
ge25519, \
ge25519_p2, ge25519_p3, ge25519_p1p1, \
ge25519_precomp, ge25519_cached

0 comments on commit cfffc53

Please sign in to comment.