Skip to content

Commit aa7204f

Browse files
authored
Merge pull request #210 from adeelsohailahmed/fix/missing-utils-import
Fixes missing Utils import in Sp. Brands Snapshots
2 parents b804d6a + a74bf94 commit aa7204f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ad_api/api/sb/snapshots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from ad_api.base import Client, sp_endpoint, fill_query_params, ApiResponse
1+
from ad_api.base import Client, sp_endpoint, fill_query_params, ApiResponse, Utils
22

33

44
class Snapshots(Client):

0 commit comments

Comments
 (0)