Skip to content

Commit

Permalink
fix poorly resolved merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilo59 committed Jan 7, 2019
1 parent bfeff2e commit dac8c42
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import pathlib
from setuptools import find_packages, setup

# The directory containing this file
HERE = pathlib.Path(__file__).parent

import os
import sys
import pathlib
from shutil import rmtree

import pathlib
from setuptools import find_packages, setup, Command

# The directory containing this file
Expand Down

0 comments on commit dac8c42

Please sign in to comment.