Skip to content

Commit

Permalink
Remove obsolete imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Nov 5, 2023
1 parent 081871e commit 8d0836d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/wrapt/wrappers.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import os
import sys
import functools
import operator
import weakref
import inspect

PY2 = sys.version_info[0] == 2
Expand Down

0 comments on commit 8d0836d

Please sign in to comment.