From 88a4bf035f960aaf3fd3784b6ec5097e31549ae4 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 14:34:52 +0000 Subject: [PATCH] style: format code with Black and isort This commit fixes the style issues introduced in 91c8ec0 according to the output from Black and isort. Details: https://github.com/NelsonDane/auto-rsa/pull/430 --- publicAPI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publicAPI.py b/publicAPI.py index 61ac4455..c2799bc6 100644 --- a/publicAPI.py +++ b/publicAPI.py @@ -11,7 +11,7 @@ maskString, printAndDiscord, printHoldings, - stockOrder + stockOrder, )