From cd80b8fc6f9aacf26c0508dd46f295af3bb746a1 Mon Sep 17 00:00:00 2001 From: Vasista Vovveti Date: Thu, 18 Jan 2024 00:46:15 -0800 Subject: [PATCH] Update commands2/__init__.py Co-authored-by: David Vo --- commands2/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands2/__init__.py b/commands2/__init__.py index 8c2b6cb1..72b5cd9f 100644 --- a/commands2/__init__.py +++ b/commands2/__init__.py @@ -118,5 +118,5 @@ def __getattr__(attr): return Command raise AttributeError( - "module {!r} has no attribute " "{!r}".format(__name__, attr) + f"module {__name__!r} has no attribute {attr!r}" )