From ea560a1b7df1690d60ccadcbe6cc25dee11ea0f0 Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Mon, 16 May 2016 22:21:11 +0300 Subject: Delete duplicate getargspec imports --- pyramid/compat.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pyramid/compat.py b/pyramid/compat.py index 2bfbabb8e..0532e179f 100644 --- a/pyramid/compat.py +++ b/pyramid/compat.py @@ -215,11 +215,6 @@ if PY2: else: input_ = input -if PY2: - from inspect import getargspec -else: - from inspect import getfullargspec as getargspec - if PY2: from io import BytesIO as NativeIO else: -- cgit v1.2.3