From 4f2aaa7f1c6361b32e9197d4de648e781e753d87 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Sun, 28 Apr 2019 08:53:01 +1000 Subject: [PATCH] graph: remove unused typing import --- graph.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/graph.py b/graph.py index e2eedaf..2b3a021 100755 --- a/graph.py +++ b/graph.py @@ -3,8 +3,6 @@ import json import os -from typing import Dict - def graph_all(recipes: dict) -> None: print("digraph G {")