From b318c43b88479a93ecc9000fb68515a87bdb6041 Mon Sep 17 00:00:00 2001 From: mibe Date: Wed, 27 Mar 2024 17:52:09 +0000 Subject: [PATCH] fixing linting and type checking --- test/integration/test_placeholder.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/integration/test_placeholder.py diff --git a/test/integration/test_placeholder.py b/test/integration/test_placeholder.py new file mode 100644 index 0000000..201975f --- /dev/null +++ b/test/integration/test_placeholder.py @@ -0,0 +1,2 @@ +def test_placeholder(): + pass