From 6fcf4ff0e77ef03d1851725880ec40eb5f7023c9 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 8 May 2023 23:02:14 -0700 Subject: [PATCH] lint --- coder.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/coder.py b/coder.py index c9d6c0cc6..64cbcfc98 100755 --- a/coder.py +++ b/coder.py @@ -54,7 +54,7 @@ class Coder: for fname in files: fname = Path(fname) if not fname.exists(): - self.console.print(f"[red]Creating {fname}") + self.console.print(f"[red]Creating {fname}") fname.touch() else: self.console.print(f"[red]Loading {fname}") @@ -110,7 +110,7 @@ class Coder: ) else: self.console.print( - f"[red bold]Skipped adding new files to the git repo." + "[red bold]Skipped adding new files to the git repo." ) return @@ -617,4 +617,4 @@ def main(): if __name__ == "__main__": status = main() - sys.exit(status) \ No newline at end of file + sys.exit(status)