Remove blank line

This commit is contained in:
Edgar P. Burkhart 2022-05-19 21:37:50 +02:00
parent f95ad516ea
commit 69c55f0cce
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
from django.shortcuts import render, get_object_or_404, redirect
from django.http import HttpResponse
from .models import Transaction, TransactionForm, Invoice, InvoiceForm