refactor: remove unused imports from paths.py and state.py

This commit is contained in:
2026-01-11 22:59:59 +00:00
parent 252f25d96a
commit 52fe12386d
2 changed files with 1 additions and 3 deletions

View File

@@ -1,6 +1,4 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
import os
import json
import tomllib import tomllib
from pathlib import Path from pathlib import Path

View File

@@ -1,8 +1,8 @@
#!/usr/bin/env python3
import datetime import datetime
import json import json
import os import os
from rewind.paths import load_config
from pathlib import Path from pathlib import Path
APP_NAME = "rewind" APP_NAME = "rewind"