Skip to content

Commit

Permalink
style: Fix imports in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienverge committed Jun 11, 2024
1 parent 84bea24 commit 4199b21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,14 @@
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

import os

from setuptools import distutils
import setuptools.command.build
try:
import setuptools.modified as dep_util
except ModuleNotFoundError:
from distutils import dep_util
import os

from photocollage import APP_NAME, APP_VERSION

Expand Down

0 comments on commit 4199b21

Please sign in to comment.