mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 05:05:42 +00:00 
			
		
		
		
	PEP fixes
This commit is contained in:
		| @@ -7,7 +7,6 @@ from __future__ import unicode_literals | ||||
| from django.db import models | ||||
| from django.contrib.contenttypes.models import ContentType | ||||
| from rest_framework.exceptions import ValidationError | ||||
| from .helpers import str2bool | ||||
|  | ||||
| from django.db.models.signals import pre_delete | ||||
| from django.dispatch import receiver | ||||
|   | ||||
| @@ -55,7 +55,6 @@ class Build(models.Model): | ||||
|     batch = models.CharField(max_length=100, blank=True, null=True, | ||||
|                              help_text='Batch code for this build output') | ||||
|  | ||||
|  | ||||
|     #: Date the build model was 'created' | ||||
|     creation_date = models.DateField(auto_now=True, editable=False) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user