fix imports and styles after refactor

This commit is contained in:
collerek
2020-09-15 12:53:14 +02:00
parent ca21e5dde5
commit 6124830642
7 changed files with 12 additions and 9 deletions

View File

@ -77,5 +77,3 @@ class Relation:
def __repr__(self) -> str: # pragma no cover
return str(self.related_models)