1
0
Fork 0
mirror of https://github.com/yavook/kiwi-scp.git synced 2024-11-21 20:33:00 +00:00
This commit is contained in:
Jörn-Michael Miehe 2022-02-23 00:21:55 +01:00
parent 5c300b9119
commit 4f3f9c3bf0
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
import subprocess
from pathlib import Path
from typing import List, Generator, Optional, TYPE_CHECKING, TypeVar, Union
from typing import List, Generator, Optional, TYPE_CHECKING
import attr