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 0c3ec5d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# Equivalent to `ruff format --check`. Picks up config from `pyproject.toml`.
uses: chartboost/ruff-action@v1
with:
args: format
args: format --check
- name: Test with pytest
run: |
source $VENV
Expand Down
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 0c3ec5d

Please sign in to comment.