From 6812c973c9fa9b4ad642ab81856c05f87bd6fcc4 Mon Sep 17 00:00:00 2001 From: KyleMiles Date: Thu, 27 Jan 2022 22:43:28 -0500 Subject: Format All Files --- python/decorators.py | 1 - 1 file changed, 1 deletion(-) (limited to 'python/decorators.py') diff --git a/python/decorators.py b/python/decorators.py index fcd3a8be..e02829f8 100644 --- a/python/decorators.py +++ b/python/decorators.py @@ -10,4 +10,3 @@ def passive(cls): cls.__doc__ = passive_note return cls - -- cgit v1.3.1