Skip to content

Commit

Permalink
Add py.typed
Browse files Browse the repository at this point in the history
  • Loading branch information
monoxgas committed Jan 22, 2024
1 parent 9302fec commit a578216
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Empty file added marque/py.typed
Empty file.
2 changes: 0 additions & 2 deletions marque/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ def configure_logging(
logger.add(log_file, format=custom_format, level=log_file_level)
logger.info(f"Logging to {log_file}")

g_logging_configured = True


# https://stackoverflow.com/questions/538666/format-timedelta-to-string
def format_timedelta(td_object: timedelta) -> str:
Expand Down

0 comments on commit a578216

Please sign in to comment.