Skip to content

Commit

Permalink
black update, pin version
Browse files Browse the repository at this point in the history
  • Loading branch information
dogversioning committed Apr 1, 2024
1 parent 336b752 commit bd4dbb1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions cumulus_library_covid/covid_symptom/define_symptom.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
""" util for sql view creation"""

import ctakesclient


Expand Down
1 change: 1 addition & 0 deletions cumulus_library_covid/covid_symptom/typesystem.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
""" Utility classes for verifying/generating covid sql definitions"""

from cumulus_library.schema.columns import Coding, Vocab
from cumulus_library.library.schema.typesystem import Period
from cumulus_library.library.schema.valueset import (
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ build-backend = "flit_core.buildapi"

[project.optional-dependencies]
dev = [
"black",
"black > 24.3, <25",
"pylint",
]

Expand Down

0 comments on commit bd4dbb1

Please sign in to comment.