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

wraps from functools to avoid a import circular

parent 65b9e023
No related branches found
Tags v2.4.39
No related merge requests found
......@@ -3,7 +3,7 @@ import typing as tp
import time
from concurrent.futures import Future
from satella.coding.decorators import wraps
from functools import wraps
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