Skip to content

Commit fde6310

Browse files
committed
Removed unnecessary whitespace
1 parent 38805db commit fde6310

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_bases.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ def __dict__(self):
4444
class_dict["School"] = self.school
4545
return class_dict
4646

47+
4748
@pytest.fixture(scope="function")
4849
def alice():
4950
return Person("Alice", 20, "IRC Lurker")

0 commit comments

Comments
 (0)