From 2d236009c0b2b128869deddda52e96cc965d5241 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Mon, 1 Jul 2024 21:30:34 -0700 Subject: [PATCH] Removed dead comments --- mfbatch/__main__.py | 1 - mfbatch/commands.py | 2 -- 2 files changed, 3 deletions(-) diff --git a/mfbatch/__main__.py b/mfbatch/__main__.py index a7e0216..95f9e83 100644 --- a/mfbatch/__main__.py +++ b/mfbatch/__main__.py @@ -1,7 +1,6 @@ """ mfbatch main - Command entrypoint for mfbatch """ -# __main__.py import os from glob import glob diff --git a/mfbatch/commands.py b/mfbatch/commands.py index f626bb7..54168d3 100644 --- a/mfbatch/commands.py +++ b/mfbatch/commands.py @@ -1,8 +1,6 @@ """ mfbatch commands and batchfile parser """ -# commands.py -# mfbatch # from string import Template import sys