Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 5, 2024
1 parent 3b023b6 commit de4c1d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions nativeauthenticator/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
```
"""

from nativeauthenticator.nativeauthenticator import NativeAuthenticator

__all__ = [NativeAuthenticator]
1 change: 1 addition & 0 deletions nativeauthenticator/crypto/crypto.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Django's standard crypto functions and utilities.
"""

import hashlib
import hmac
import secrets
Expand Down
1 change: 1 addition & 0 deletions nativeauthenticator/crypto/signing.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
There are 65 url-safe characters: the 64 used by url-safe base64 and the ':'.
These functions make use of all of them.
"""

import base64
import datetime
import json
Expand Down

0 comments on commit de4c1d3

Please sign in to comment.