From 7aabe37c72e246148c959eeee45f8f853c714454 Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Fri, 30 Aug 2024 19:29:14 +0100 Subject: [PATCH] chore(lint): fix C0114 --- app/utils/helpers.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/utils/helpers.py b/app/utils/helpers.py index f99a4bd..8130666 100644 --- a/app/utils/helpers.py +++ b/app/utils/helpers.py @@ -1,3 +1,5 @@ +"""Standalone helper functions.""" + import re