collections.namedtuple to typing.NameTuple and flake8 fixes

This commit is contained in:
Yannick Jadoul
2020-05-06 23:55:54 +02:00
parent c128018590
commit 40967a6572
5 changed files with 12 additions and 26 deletions
-1
View File
@@ -1,6 +1,5 @@
import shlex
import subprocess
from collections import namedtuple
from typing import Dict, List, NamedTuple, Optional