Skip to content

Commit a29ddfc

Browse files
committed
added missing import
1 parent 1657250 commit a29ddfc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ayon_api/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import uuid
55
import string
66
import platform
7+
import traceback
78
import collections
89
from urllib.parse import urlparse, urlencode
910
import typing

0 commit comments

Comments
 (0)