Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit 8d8771c

Browse files
committed
adds import to support calculate_duration
1 parent 810f095 commit 8d8771c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818

1919
from __future__ import absolute_import
2020

21+
from functools import wraps
2122
import os
2223
import pathlib
2324
import re
24-
import re
2525
import shutil
2626
from typing import Dict, List
2727
import warnings

0 commit comments

Comments
 (0)