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-01-24 18:06:11 +01:00
parent f926409a3f
commit 9922bcd288

View file

@ -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
@ -33,4 +33,4 @@ class Services:
service
for service in self.content
if service.name in service_names
])
])