fix linter errors
This commit is contained in:
		
							parent
							
								
									af49f2d749
								
							
						
					
					
						commit
						8e71bd515b
					
				| 
						 | 
				
			
			@ -1,3 +1,3 @@
 | 
			
		|||
from django.contrib import admin
 | 
			
		||||
from django.contrib import admin  # noqa
 | 
			
		||||
 | 
			
		||||
# Register your models here.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,3 +1,3 @@
 | 
			
		|||
from django.db import models
 | 
			
		||||
from django.db import models  # noqa
 | 
			
		||||
 | 
			
		||||
# Create your models here.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,3 +1,3 @@
 | 
			
		|||
from django.test import TestCase
 | 
			
		||||
from django.test import TestCase  # noqa
 | 
			
		||||
 | 
			
		||||
# Create your tests here.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,6 +1,5 @@
 | 
			
		|||
from django.shortcuts import render
 | 
			
		||||
 | 
			
		||||
# Create your views here.
 | 
			
		||||
 | 
			
		||||
def index(request):
 | 
			
		||||
    # do fancy stuff here maybe
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue