Skip to content

Commit

Permalink
Fix docs building
Browse files Browse the repository at this point in the history
  • Loading branch information
Lekcyjna committed Mar 12, 2024
1 parent 7bd8829 commit a353247
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions transactron/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1 @@
from .core import *

__all__ = [
"TModule",
"TransactionManager",
"TransactionModule",
"Transaction",
"Method",
"def_method",
]
from .core import * # noqa: F401

0 comments on commit a353247

Please sign in to comment.