From 323e9ecf8f24d610d8b71074a576be8d2e1789e6 Mon Sep 17 00:00:00 2001 From: Stuart Fisher Date: Thu, 21 Jul 2022 17:54:22 +0200 Subject: [PATCH] style --- pyispyb/filters.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyispyb/filters.py b/pyispyb/filters.py index 978d59a7..effa7de1 100644 --- a/pyispyb/filters.py +++ b/pyispyb/filters.py @@ -51,6 +51,7 @@ def proteinId( ) -> Optional[int]: return proteinId + def containerId( containerId: Optional[int] = Query(None, description="Container id to filter by") ) -> Optional[int]: