Skip to content

Commit

Permalink
missing logger import
Browse files Browse the repository at this point in the history
  • Loading branch information
DenizUgur committed Oct 19, 2023
1 parent e3ef417 commit c0d12bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/common/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
from glob import glob
from functools import cache

from .unique_logger import logger

MP4RA_BOXES_URL = "https://mp4ra.org/boxes.json"
DOCUMENT_STATUS_URL = (
"https://github.com/MPEGGroup/FileFormat/blob/master/DocumentStatus.md"
Expand Down

0 comments on commit c0d12bf

Please sign in to comment.