diff options
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2021-05-03 01:40:05 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-02 15:40:05 -0700 |
commit | df79a6390f6d0531f6411f745d0ccd2c3d674883 (patch) | |
tree | 182575a9f279d791c9a3f724ed8373c750cb49bd /lab/disgen.py | |
parent | bb73791b59f74b6621a87036c14a6be6a23e0e55 (diff) | |
download | python-coveragepy-git-df79a6390f6d0531f6411f745d0ccd2c3d674883.tar.gz |
refactor: remove redundant Python 2 code (#1155)
* Remove Python 2 code
* Upgrade Python syntax with pyupgrade
* Upgrade Python syntax with pyupgrade --py3-plus
* Upgrade Python syntax with pyupgrade --py36-plus
* Remove unused imports
Diffstat (limited to 'lab/disgen.py')
-rw-r--r-- | lab/disgen.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lab/disgen.py b/lab/disgen.py index 26bc56bc..055f4983 100644 --- a/lab/disgen.py +++ b/lab/disgen.py @@ -4,7 +4,6 @@ # instead of printing to stdout. import sys -import types import collections from opcode import * |