Skip to content
Snippets Groups Projects
Unverified Commit c1d3e2c8 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

fixed circular import

parent 72c0371e
No related branches found
Tags v2.25.6a2
No related merge requests found
Pipeline #62409 passed with stages
in 1 minute and 42 seconds
# v.25.6.
* fixed circular import
# v2.25.5
* slight optimization for Heap.push_many
......
__version__ = '2.25.6a1'
__version__ = '2.25.6a2'
......@@ -7,7 +7,7 @@ from satella.coding.decorators.decorators import short_none
from satella.coding.recast_exceptions import silence_excs
from satella.coding.structures.lru import LRU
from satella.coding.typing import K, V, NoArgCallable
from satella.time import parse_time_string
from satella.time.parse import parse_time_string
logger = logging.getLogger(__name__)
......
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