Skip to content

Commit

Permalink
:shaking fist: isorrrrrrtttt!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
njsmith committed Apr 11, 2023
1 parent c63fa01 commit 2779301
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_extensions.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from wsproto import extensions as wpext, frame_protocol as fp
from typing import Union

from wsproto import extensions as wpext, frame_protocol as fp


class ConcreteExtension(wpext.Extension):
def offer(self) -> Union[bool, str]:
Expand Down

0 comments on commit 2779301

Please sign in to comment.