From 1344e312de00c2d71efda95408c33d5fd5783cd6 Mon Sep 17 00:00:00 2001 From: Nanda Scott Date: Sat, 2 Feb 2019 19:24:14 -0500 Subject: [PATCH] Adding gen_docs.py --- gen_docs.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gen_docs.py b/gen_docs.py index 4e8d45a..02cbad1 100644 --- a/gen_docs.py +++ b/gen_docs.py @@ -7,7 +7,6 @@ from scrython.catalog import * from scrython.rulings import * from scrython.sets import * from scrython.symbology import * -from types import FunctionType def format_args(string, f): f.write('\n## Args\n\n|arg|type|description|\n|:---:|:---:|:---:|\n')