Skip to content

Commit

Permalink
fix: broken format target
Browse files Browse the repository at this point in the history
  • Loading branch information
bchmnn committed Jul 17, 2023
1 parent 332bf00 commit 1170176
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ lint: install-dev

.PHONY: format
format: install-dev
python -m black src
python -m isort src
python -m black poodle
python -m isort poodle

.PHONY: check
check: build
Expand Down
2 changes: 2 additions & 0 deletions poodle/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from .constants import *
from .corews import *
from .poodle import *

__version__ = "0.1.0"

0 comments on commit 1170176

Please sign in to comment.