We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 242dd65 commit b1da067Copy full SHA for b1da067
patterns/structural/proxy.py
@@ -56,7 +56,7 @@ def do_the_job(self, user: str) -> None:
56
if user == "admin":
57
self._real_subject.do_the_job(user)
58
else:
59
- print(f"[log] I can do the job just for `admins`.")
+ print("[log] I can do the job just for `admins`.")
60
61
62
def client(job_doer: Union[RealSubject, Proxy], user: str) -> None:
0 commit comments