Skip to content

Commit

Permalink
fix: using raw string for date format
Browse files Browse the repository at this point in the history
  • Loading branch information
yehorb committed Oct 16, 2021
1 parent 514be59 commit d42ad66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tap_apple_search_ads/api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
"utils",
]

API_DATE_FORMAT = "%Y-%m-%d"
API_DATE_FORMAT = r"%Y-%m-%d"

0 comments on commit d42ad66

Please sign in to comment.