Skip to content
This repository was archived by the owner on Dec 20, 2021. It is now read-only.

Commit 3aaa566

Browse files
committed
Import RequiresTwoFactorAuthError
1 parent 1562beb commit 3aaa566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vrcpy/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from vrcpy._hardtyping import *
22
from vrcpy.request import *
3-
from vrcpy.errors import AlreadyLoggedInError
3+
from vrcpy.errors import AlreadyLoggedInError, RequiresTwoFactorAuthError
44
from vrcpy import objects
55
from vrcpy import aobjects
66

0 commit comments

Comments
 (0)