We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41c5369 commit 8eb9e3dCopy full SHA for 8eb9e3d
shotgun_api3/__init__.py
@@ -1,5 +1,6 @@
1
-from shotgun import (Shotgun, ShotgunError, ShotgunFileDownloadError, Fault,
+from shotgun import (Shotgun, ShotgunError, ShotgunFileDownloadError, Fault,
2
AuthenticationFault, MissingTwoFactorAuthenticationFault,
3
+ UserCredentialsNotAllowedForSSOAuthenticationFault,
4
ProtocolError, ResponseError, Error, __version__)
5
from shotgun import SG_TIMEZONE as sg_timezone
6
0 commit comments