Skip to content

Commit c851ad1

Browse files
julien-langCopilot
andauthored
Update shotgun_api3/shotgun.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f331a46 commit c851ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shotgun_api3/shotgun.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3030
"""
3131

32-
from __future__ import annotations # Requried for compatibility with Python 3.7
32+
from __future__ import annotations # Required for compatibility with Python 3.7
3333

3434
import base64
3535
import copy

0 commit comments

Comments
 (0)