Skip to content

Commit a74bf94

Browse files
Fixes missing Utils import in Sp. Brands Snapshots
1 parent 716c453 commit a74bf94

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)