diff --git a/src/xchembku_lib/datafaces/direct_crystal_plates.py b/src/xchembku_lib/datafaces/direct_crystal_plates.py index 01c04d4..1cb56a6 100644 --- a/src/xchembku_lib/datafaces/direct_crystal_plates.py +++ b/src/xchembku_lib/datafaces/direct_crystal_plates.py @@ -1,6 +1,6 @@ import copy import logging -from typing import Dict, List +from typing import Dict, List, Union from dls_normsql.constants import CommonFieldnames from dls_utilpack.describe import describe @@ -102,7 +102,7 @@ async def fetch_crystal_plates( Plates need a droplocation if they have an autolocation but no droplocation. """ - subs = [] + subs: List[Union[str, int]] = [] where = "WHERE"