Skip to content

Commit

Permalink
refactor: made su6 tool happy. Should work according to all tests b…
Browse files Browse the repository at this point in the history
…ut big refactor so may break...
  • Loading branch information
robinvandernoord committed Jun 5, 2023
1 parent f1714a3 commit 8fba00f
Show file tree
Hide file tree
Showing 6 changed files with 350 additions and 130 deletions.
6 changes: 3 additions & 3 deletions coverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file removed src/__init__.py
Empty file.
4 changes: 4 additions & 0 deletions src/typedal/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
"""
TypeDAL Library.
"""

from . import fields # noqa: imports are there for library reasons
from .core import ( # noqa: imports are there for library reasons
TypeDAL,
Expand Down
Loading

0 comments on commit 8fba00f

Please sign in to comment.