summaryrefslogtreecommitdiff
path: root/astroid/protocols.py
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2019-09-11 14:38:31 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2019-09-11 14:38:31 +0200
commitda9b0b3e667ab71eeb85ffaa46d09d031b1de4a9 (patch)
tree9b0c8f766624626fd8d3c5b00fd084c335aee9d9 /astroid/protocols.py
parentca33d65fa1aa255617ec92665dc30cdd831c587f (diff)
downloadastroid-git-da9b0b3e667ab71eeb85ffaa46d09d031b1de4a9.tar.gz
Fix linting errors
Diffstat (limited to 'astroid/protocols.py')
-rw-r--r--astroid/protocols.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/astroid/protocols.py b/astroid/protocols.py
index 310e5cd3..c1825f1d 100644
--- a/astroid/protocols.py
+++ b/astroid/protocols.py
@@ -22,7 +22,6 @@ where it makes sense.
import collections
import operator as operator_mod
-import sys
import itertools