Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
Restyled by reorder-python-imports
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and srevinsaju committed Sep 24, 2020
1 parent 4074b30 commit b8f79f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
along with this program. If not, see <https://www.gnu.org/licenses/>.
"""

import os
import platform

from setuptools import find_packages, setup
from setuptools import find_packages
from setuptools import setup

try:
this_directory = os.path.abspath(os.path.dirname(__file__))
Expand Down

0 comments on commit b8f79f7

Please sign in to comment.