diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2019-09-11 14:38:31 +0200 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2019-09-11 14:38:31 +0200 |
commit | da9b0b3e667ab71eeb85ffaa46d09d031b1de4a9 (patch) | |
tree | 9b0c8f766624626fd8d3c5b00fd084c335aee9d9 /astroid/protocols.py | |
parent | ca33d65fa1aa255617ec92665dc30cdd831c587f (diff) | |
download | astroid-git-da9b0b3e667ab71eeb85ffaa46d09d031b1de4a9.tar.gz |
Fix linting errors
Diffstat (limited to 'astroid/protocols.py')
-rw-r--r-- | astroid/protocols.py | 1 |
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 |