Skip to content
Snippets Groups Projects
Commit 696acab9 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

FIX: type checking

parent d5420c8b
No related branches found
No related tags found
2 merge requests!100WIP: Filling XLSX: Seems to be working.,!93Filling XLSX: Everything except multiple choice.
Pipeline #49388 failed
......@@ -16,7 +16,7 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
from typing import TYPE_CHECKING
from typing import TYPE_CHECKING, Tuple
import caosdb as db
from caosadvancedtools.cfood import (AbstractFileCFood, assure_has_property,
......@@ -27,9 +27,6 @@ from .utils import parse_responsibles, reference_records_corresponding_to_files
from .withreadme import DATAMODEL as dm
from .withreadme import RESULTS, REVISIONOF, WithREADME, get_glob
if TYPE_CHECKING and sys.version_info > (3, 7):
from typing import Tuple
class ExperimentCFood(AbstractFileCFood, WithREADME):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment