mirror of
https://github.com/yavook/kiwi-scp.git
synced 2024-11-21 12:23:00 +00:00
reformat
This commit is contained in:
parent
5c300b9119
commit
4f3f9c3bf0
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ class InvalidFormatError(ValueError):
|
|||
member: Optional[str]
|
||||
data: str
|
||||
|
||||
def __init__(self, cls, data, member = None):
|
||||
def __init__(self, cls, data, member=None):
|
||||
self.cls = cls
|
||||
self.data = data
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue