Skip to content

Commit

Permalink
🎨 Apply black for code style
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbal committed Feb 13, 2024
1 parent 12f785c commit e948b66
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion openformsclient/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ def __init__(self, api_root, api_token):
self.api_token = api_token

def _request(self, method, relative_url, **extra_kwargs):

kwargs = {
"headers": {"Authorization": f"Token {self.api_token}"},
"timeout": 5,
Expand Down
1 change: 0 additions & 1 deletion openformsclient/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

initial = True

dependencies = []
Expand Down

0 comments on commit e948b66

Please sign in to comment.