Skip to content

Commit

Permalink
replace usage of Union by usage of __anotations__
Browse files Browse the repository at this point in the history
  • Loading branch information
payno committed Nov 16, 2023
1 parent 95dd28a commit 903c633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/silx/gui/dialog/ColormapDialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
import logging

import numpy
from typing import Union
from future import __annotations__

from .. import qt
from .. import utils
Expand Down

0 comments on commit 903c633

Please sign in to comment.