Skip to content

Commit bcfe09a

Browse files
committed
fix lint
1 parent ef8f657 commit bcfe09a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

place/accounts/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from django.contrib.auth.models import AbstractUser
2-
from django.db import models
2+
# from django.db import models
33

44

55
class CustomUser(AbstractUser):

place/accounts/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
from django.test import TestCase
1+
# from django.test import TestCase
22

33
# Create your tests here.

place/accounts/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
from django.shortcuts import render
1+
# from django.shortcuts import render
22

33
# Create your views here.

0 commit comments

Comments
 (0)