mirror of
https://github.com/yavook/kiwi-scp.git
synced 2024-11-21 20:33:00 +00:00
format
This commit is contained in:
parent
f926409a3f
commit
9922bcd288
1 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,8 @@ from typing import List, Generator
|
|||
|
||||
import attr
|
||||
|
||||
from kiwi_scp.service import Service
|
||||
from kiwi_scp.yaml import YAML
|
||||
from .service import Service
|
||||
from .yaml import YAML
|
||||
|
||||
|
||||
@attr.s
|
||||
|
|
Loading…
Reference in a new issue