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] authored and nijel committed Jan 30, 2024
1 parent 31b1e9b commit fb93814
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Setup file for easy installation"""

import re
from os.path import dirname, join

Expand Down
1 change: 1 addition & 0 deletions social_django/admin.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Admin settings"""

from itertools import chain

from django.conf import settings
Expand Down
1 change: 1 addition & 0 deletions social_django/models.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Django ORM models for Social Auth"""

from django.conf import settings
from django.db import models
from django.db.utils import IntegrityError
Expand Down
1 change: 1 addition & 0 deletions social_django/storage.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Django ORM models for Social Auth"""

import base64

from django.core.exceptions import FieldDoesNotExist
Expand Down
1 change: 1 addition & 0 deletions social_django/urls.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""URLs module"""

from django.conf import settings
from django.urls import path
from social_core.utils import setting_name
Expand Down

0 comments on commit fb93814

Please sign in to comment.