remove an unnecessary shebang

This commit is contained in:
Andreas Zweili 2017-12-28 19:15:35 +01:00
parent fce1a6a8c2
commit 516dd47493
1 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,3 @@
#!/usr/bin/python3
from decimal import Decimal
from django.core.validators import MinValueValidator
from django.db import models