Skip to content

Commit 9ba4f06

Browse files
committed
add missing import
1 parent 51fae51 commit 9ba4f06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

media_sync_daemon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
mc_pull,
2020
MediaSyncError,
2121
)
22-
from config import config, validate_config, ConfigError
22+
from config import config, validate_config, ConfigError, update_config_path
2323
from version import __version__
2424

2525

0 commit comments

Comments
 (0)