Skip to content

Commit

Permalink
tests: fix a new flake8 error
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Aug 29, 2023
1 parent cdb800f commit 1032646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,4 @@ def test_pickle():

value = cairo.Antialias(42)
new_value = pickle.loads(pickle.dumps(value))
assert type(new_value) == int
assert type(new_value) is int

0 comments on commit 1032646

Please sign in to comment.