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
import yaml
class Parser:
def __init__(self):
pass

View file

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