Skip to content

Commit

Permalink
run linter
Browse files Browse the repository at this point in the history
  • Loading branch information
br-follow committed Aug 29, 2022
1 parent 4ca8a40 commit 0253e58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_nullable.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,3 @@ class Hero(SQLModel, table=True):
session.add(hero)
with pytest.raises(IntegrityError):
session.commit()

0 comments on commit 0253e58

Please sign in to comment.