Skip to content

Commit

Permalink
WIP: purposeful format issue
Browse files Browse the repository at this point in the history
  • Loading branch information
elliot-100 committed May 24, 2024
1 parent 1d82434 commit c440c37
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion spond/spond.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,14 @@ class AuthenticationError(Exception):
pass


class Spond:







class Spond:
API_BASE_URL = "https://api.spond.com/core/v1/"
DT_FORMAT = "%Y-%m-%dT00:00:00.000Z"

Expand Down

0 comments on commit c440c37

Please sign in to comment.