Skip to content

Commit

Permalink
[type hint] fix for Python 3.8 incompatible typehints
Browse files Browse the repository at this point in the history
  • Loading branch information
jbflo committed Sep 23, 2024
1 parent 4ce5472 commit 976ec68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mxcubeweb/core/components/harvester.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# -*- coding: utf-8 -*-
from __future__ import annotations
import logging

from mxcubecore import HardwareRepository as HWR
Expand Down

0 comments on commit 976ec68

Please sign in to comment.