Skip to content

Commit a24a897

Browse files
hohAmozPay
authored andcommitted
Internal: FilePath type can be replaced with pathlib.Path
The custom type did not bring any value to the codebase.
1 parent f6b575a commit a24a897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vm_supervisor/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from os.path import isfile, join, exists, abspath, isdir
66
from pathlib import Path
77
from subprocess import check_output
8-
from typing import NewType, Optional, List, Dict, Any
8+
from typing import NewType, Optional, List
99

1010
from pydantic import BaseSettings, Field
1111

0 commit comments

Comments
 (0)