Skip to content

Commit fe791ed

Browse files
authored
Update events.py (#3601)
1 parent 15f7120 commit fe791ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web3/_utils/events.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ def remove_trailing_from_seq(
325325

326326

327327
def is_indexed(arg: Any) -> bool:
328-
if isinstance(arg, TopicArgumentFilter) is True:
328+
if isinstance(arg, TopicArgumentFilter):
329329
return True
330330
return False
331331

0 commit comments

Comments
 (0)