Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
paul121 committed Mar 14, 2024
1 parent 1371539 commit e1c9c17
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion farmOS/resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ def send(self, entity_type, bundle=None, payload=None):
json_payload = {
"data": {**payload},
}
options = {"json": json_payload}

# If an ID is included, update the record
id = payload.pop("id", None)
Expand Down
1 change: 0 additions & 1 deletion tests/functional/test_auth.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import os
import time

from httpx_auth import InvalidGrantRequest
from httpx_auth import OAuth2ResourceOwnerPasswordCredentials
Expand Down

0 comments on commit e1c9c17

Please sign in to comment.