-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changed name of types file to stop conflic with enum.py types
- Loading branch information
Rose Yemelyanova
committed
Nov 30, 2022
1 parent
16b0baf
commit d18f008
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
"""API to expose diffcalc-core methods.""" | ||
|
||
from . import config, database, openapi, server, types | ||
from . import config, core_types, database, openapi, server | ||
from ._version_git import __version__ | ||
|
||
__all__ = ["__version__", "server", "config", "database", "types", "openapi"] | ||
__all__ = ["__version__", "server", "config", "database", "core_types", "openapi"] |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters