Skip to content

Commit

Permalink
Upgrade the code to more recent Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Dec 12, 2024
1 parent a1d3d61 commit c3667e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/sessions.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
socketio = SocketIO(app, manage_session=False)


class User(UserMixin, object):
class User(UserMixin):
def __init__(self, id=None):
self.id = id

Expand Down

0 comments on commit c3667e8

Please sign in to comment.