Skip to content

Commit

Permalink
fix flake8 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrDlouhy committed May 20, 2024
1 parent 7678b58 commit 80a1ebb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import os
from setuptools import setup, find_packages
import subprocess
import datetime

here = os.path.abspath(os.path.dirname(__file__))

Expand All @@ -15,7 +14,7 @@
.strip()
)
except subprocess.CalledProcessError:
version="1.7",
version = "1.7",

setup(
name="django-import-export-celery",
Expand Down

0 comments on commit 80a1ebb

Please sign in to comment.