Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
nakagami committed Jan 29, 2024
1 parent e95d998 commit 3669631
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import sys
import micropg
from distutils.core import setup
from setuptools import setup

description='PostgreSQL database driver for MicroPython'
description = 'PostgreSQL database driver for MicroPython'
setup(name='micropg',
version="%d.%d.%d" % __import__('micropg').VERSION,
description=description,
Expand Down

0 comments on commit 3669631

Please sign in to comment.