Skip to content

Commit

Permalink
Merge branch 'pbc-31-das-logging-module' of github.com:singnet/das in…
Browse files Browse the repository at this point in the history
…to pbc-31-das-logging-module
  • Loading branch information
pedro-costa-techlabs committed Jul 3, 2024
2 parents e18e258 + 63a00b6 commit 522538b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/commons/das_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class DasLogger(logging.Logger):
child.info("test")
"""

# Export constats from logging
# Export constants from logging
DEBUG = logging.DEBUG
INFO = logging.INFO
WARNING = logging.WARNING
Expand Down

0 comments on commit 522538b

Please sign in to comment.