Skip to content

Commit

Permalink
Expose interfaces in models (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
gouline authored Feb 18, 2022
1 parent 275a72d commit 7d8c97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbtmetabase/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from .models.interface import MetabaseInterface, DbtInterface
from .utils import get_version, load_config


__all__ = ["MetabaseInterface", "DbtInterface"]
__version__ = get_version()

CONFIG = load_config()
Expand Down

0 comments on commit 7d8c97e

Please sign in to comment.