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
FLorial Jean Baptiste authored and marcus-oscarsson committed Sep 26, 2024
1 parent dfb3ce4 commit 3c9a254
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mxcubecore/HardwareObjects/Harvester.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
</object>
-----------------------------------------------------------------
"""
from __future__ import annotations
import gevent
import logging
from typing import Optional
Expand Down

0 comments on commit 3c9a254

Please sign in to comment.