From 84191df0ab848bc26d018249801115b8a09e20f3 Mon Sep 17 00:00:00 2001 From: bnb32 Date: Mon, 1 Jul 2024 05:33:48 -0600 Subject: [PATCH] fix: missing doc string --- sup3r/utilities/pytest/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sup3r/utilities/pytest/__init__.py b/sup3r/utilities/pytest/__init__.py index e69de29bb2..df30c72a21 100644 --- a/sup3r/utilities/pytest/__init__.py +++ b/sup3r/utilities/pytest/__init__.py @@ -0,0 +1 @@ +"""Pytest helper utilities"""