Skip to content

Commit 44259e6

Browse files
authored
chore: fix lint
1 parent f21e840 commit 44259e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbots/client_filler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def client_id(self):
7676
def shard_id(self):
7777
if self.client.__class__.__name__ == "AutoShardedClient":
7878
return None
79-
elif type(self.client.shard_id) == int:
79+
elif type(self.client.shard_id) is int:
8080
return self.client.shard_id
8181
return None
8282

0 commit comments

Comments
 (0)