From 3723c11100ffae5bf6e65ad037a4884ddafd128d Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Tue, 14 May 2019 12:58:21 +0200 Subject: [PATCH] Removed obsolete gc import Signed-off-by: Jim Martens --- src/twomartens/masterthesis/main.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/twomartens/masterthesis/main.py b/src/twomartens/masterthesis/main.py index 2da475c..0f90e5f 100644 --- a/src/twomartens/masterthesis/main.py +++ b/src/twomartens/masterthesis/main.py @@ -22,9 +22,6 @@ Functions: """ import argparse -import gc - - def main() -> None: """ Provides command line interface.