Skip to content

Commit

Permalink
Merge pull request #2 from idiap/lint
Browse files Browse the repository at this point in the history
Automatic lint fixes
  • Loading branch information
eginhard authored Oct 17, 2024
2 parents 2690289 + b71ca0f commit 3e1343a
Show file tree
Hide file tree
Showing 10 changed files with 142 additions and 125 deletions.
5 changes: 4 additions & 1 deletion coqpit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import importlib.metadata
from dataclasses import dataclass

from coqpit.coqpit import MISSING, Coqpit, check_argument, dataclass # noqa: F401
from coqpit.coqpit import MISSING, Coqpit, check_argument

__all__ = ["dataclass", "MISSING", "Coqpit", "check_argument"]

__version__ = importlib.metadata.version("coqpit")
Loading

0 comments on commit 3e1343a

Please sign in to comment.