From 16435e45253766be1e5fe12dc112b3e19911068a Mon Sep 17 00:00:00 2001 From: xoviat Date: Sun, 4 Apr 2021 17:09:55 -0500 Subject: [PATCH] modulegraph: fmt --- PyInstaller/lib/modulegraph/modulegraph.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/PyInstaller/lib/modulegraph/modulegraph.py b/PyInstaller/lib/modulegraph/modulegraph.py index f4acf15cce9..7435b5ec02f 100644 --- a/PyInstaller/lib/modulegraph/modulegraph.py +++ b/PyInstaller/lib/modulegraph/modulegraph.py @@ -26,8 +26,6 @@ from collections import deque, namedtuple import warnings -from typing import Optional - from altgraph.ObjectGraph import ObjectGraph from altgraph import GraphError