Skip to content

Commit

Permalink
Update 2023-03-27_12-30_7e67aecbf3f1_chart_ds_constraint.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hughhhh committed May 3, 2023
1 parent 9f07e03 commit 57a268c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

Base = declarative_base()

logger = logging.getLogger()
logger = logging.getLogger(__name__)


class Slice(Base): # type: ignore
Expand Down

0 comments on commit 57a268c

Please sign in to comment.