Skip to content

Commit

Permalink
Fix type annotation error in scribereader.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cuza committed Oct 17, 2024
1 parent 0f015b9 commit e8e3c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tron/utils/scribereader.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from typing import Optional
from typing import Tuple

import staticconf
import staticconf # type: ignore
import yaml

from tron.config.static_config import get_config_watcher
Expand Down

0 comments on commit e8e3c4d

Please sign in to comment.