Skip to content

Commit ccb3199

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9293504 commit ccb3199

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Diff for: config/settings/base.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
Base settings to build other settings files upon.
33
"""
4+
45
from pathlib import Path
56

67
import environ

Diff for: config/wsgi.py

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
framework.
1414
1515
"""
16+
1617
import os
1718
import sys
1819
from pathlib import Path

Diff for: realtoric/users/tests/test_forms.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
Module for all Form Tests.
33
"""
4+
45
from django.utils.translation import gettext_lazy as _
56

67
from realtoric.users.forms import UserAdminCreationForm

0 commit comments

Comments
 (0)