From 106cea1ed57e19d2df087cb7a368d57c71be9f24 Mon Sep 17 00:00:00 2001 From: Mark Joshwel Date: Tue, 19 Sep 2023 14:39:08 +0000 Subject: [PATCH] releaser: isort comply --- releaser.py | 1 - 1 file changed, 1 deletion(-) diff --git a/releaser.py b/releaser.py index c0e9edc..a0cd226 100644 --- a/releaser.py +++ b/releaser.py @@ -34,7 +34,6 @@ from os import getenv from pathlib import Path from subprocess import run - # NOTE: change this if surplus has moved path_surplus = Path(__file__).parent.joinpath("./surplus/surplus.py")