Skip to content

Commit 163d171

Browse files
committed
Swift: autopep8
1 parent 28a2aad commit 163d171

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

swift/codegen/lib/schema/schema.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
import importlib.util
1010
from toposort import toposort_flatten
1111

12+
1213
class Error(Exception):
1314

1415
def __str__(self):
@@ -79,6 +80,7 @@ class Class:
7980
@property
8081
def final(self):
8182
return not self.derived
83+
8284
def check_types(self, known: typing.Iterable[str]):
8385
for b in self.bases:
8486
_check_type(b, known)

0 commit comments

Comments
 (0)