remove unused os.path

This commit is contained in:
Guy Kisel 2021-07-09 12:29:20 -07:00
parent 8a4333fcff
commit 2468167371
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
import argparse
import os.path
from typing import Iterable
from typing import Iterator
from typing import Optional