Skip to content

Commit 6e0e2e2

Browse files
committed
Add two spaces before inline comments
1 parent 447f26e commit 6e0e2e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
from django.contrib import admin # noqa: F401
1+
from django.contrib import admin # noqa: F401
22

33
# Register your models here.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
from django.test import TestCase # noqa: F401
1+
from django.test import TestCase # noqa: F401
22

33
# Create your tests here.

0 commit comments

Comments
 (0)