style: format using autopep8

This commit is contained in:
Xyphuz 2022-05-15 02:27:33 +08:00
parent 2c347a76c7
commit 8453580908
2 changed files with 2 additions and 1 deletions

View file

@ -3,6 +3,7 @@ from compose_viz.compose import Compose
from compose_viz.compose import Service from compose_viz.compose import Service
import yaml import yaml
class Parser: class Parser:
def __init__(self): def __init__(self):
pass pass

View file

@ -15,7 +15,7 @@ class Service:
@property @property
def name(self): def name(self):
return self._name return self._name
@property @property
def image(self): def image(self):
return self._image return self._image