Skip to content

Commit

Permalink
Remove unused code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kami committed Aug 1, 2023
1 parent 4f1bf2b commit ae71ed4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,6 @@
import setuptools
from setuptools import setup

try:
import epydoc # NOQA

has_epydoc = True
except ImportError:
has_epydoc = False

# NOTE: Those functions are intentionally moved in-line to prevent setup.py dependening on any
# Libcloud code which depends on libraries such as typing, enum, requests, etc.
# START: Taken From Twisted Python which licensed under MIT license
Expand Down

0 comments on commit ae71ed4

Please sign in to comment.