Skip to content

Commit dbc0c7a

Browse files
committed
fix flake8 error
1 parent 72b02d1 commit dbc0c7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: apps/aklub/urls.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from aklub import views
22

3-
from django.contrib.auth.decorators import login_required
43
from django.conf.urls import url
4+
from django.contrib.auth.decorators import login_required
55
from django.urls import path
66

77
from . import tasks # noqa

Diff for: apps/aklub/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# -*- coding: utf-8 -*-
22

33
import os
4-
from operator import itemgetter
54
import pathlib
5+
from operator import itemgetter
66

77
from django.db import models
88

0 commit comments

Comments
 (0)