Skip to content

Commit 550bae0

Browse files
committed
Lint the tests
1 parent 32ea179 commit 550bae0

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

tests/model/test_model.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ class SomeNode(Node, Named):
2323
def __post_init__(self):
2424
self.bar = 5
2525

26+
2627
@dataclasses.dataclass
2728
class ExtendedNode(SomeNode):
2829
prop = 2

tests/test_processing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import unittest
22
from dataclasses import dataclass
3-
from typing import List, Set
3+
from typing import List
44

55
from pylasu.model import Node
66
from tests.fixtures import box, Item

0 commit comments

Comments
 (0)