Skip to content

Commit

Permalink
delay annotations in core_tasks for docbuilding purposes (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
zigaLuksic committed Oct 5, 2022
1 parent 2548e4e commit 598a234
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/eolearn/core/core_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
This source code is licensed under the MIT license found in the LICENSE
file in the root directory of this source tree.
"""
from __future__ import annotations

import copy
from abc import ABCMeta
from typing import Any, Callable, Dict, Iterable, List, Optional, Tuple, Union, cast
Expand Down

0 comments on commit 598a234

Please sign in to comment.