From bc0ddc1ff37d32b5bfb0c78dd0fdce8a6139482b Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Sat, 17 Apr 2021 14:37:28 -0700 Subject: [PATCH] refactor imports --- yaclog_ksp/__main__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yaclog_ksp/__main__.py b/yaclog_ksp/__main__.py index cbe1e04..41f0190 100644 --- a/yaclog_ksp/__main__.py +++ b/yaclog_ksp/__main__.py @@ -14,11 +14,11 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . +import pathlib +import re import click -import os.path import yaclog -import re -import pathlib + from yaclog_ksp.cfgnode import ConfigNode