Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dkundih authored Nov 20, 2021
1 parent 8d5e0d8 commit 5659964
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions duality/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@

#meta data imports from the duality library.
from duality.misc._meta import (
__author__,
__copyright__,
__credits__,
__license__,
__version__,
__documentation__,
__contact__,
__donate__,
__author__,
__copyright__,
__credits__,
__license__,
__version__,
__documentation__,
__contact__,
__donate__,
)

#object and module imports.
Expand All @@ -81,15 +81,15 @@

#all relevant contents.
__all__ = [
random_value,
random_pool,
split_values,
join_values,
replace_values,
list_sort,
index_sort,
auto_sort,
toolkit,
MonteCarlo,
EOQ,
random_value,
random_pool,
split_values,
join_values,
replace_values,
list_sort,
index_sort,
auto_sort,
toolkit,
MonteCarlo,
EOQ,
]

0 comments on commit 5659964

Please sign in to comment.