Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSnifo committed Sep 20, 2023
1 parent 91b9622 commit 5950f71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -160,5 +160,4 @@ cython_debug/
.idea/

# Testing
test.py
todo.md
test.py
1 change: 1 addition & 0 deletions twitch/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def __repr__(self) -> str:

def __str__(self) -> str:
return self.name

def __eq__(self, other: object) -> bool:
if isinstance(other, BaseUser):
return self.id == other.id
Expand Down

0 comments on commit 5950f71

Please sign in to comment.