Skip to content

Commit

Permalink
Removing references to Model
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbyt3r committed Apr 17, 2024
1 parent fbcfe33 commit b875183
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sideboard/tests/test_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ def test_unsized_builtin(self):
assert not is_listy(i for i in range(2))

def test_user_defined_types(self):
assert not is_listy(Model({}, 'test'))

class AlwaysEmptySequence(Sequence):
def __len__(self): return 0

Expand Down

0 comments on commit b875183

Please sign in to comment.