Skip to content

Commit e5c8710

Browse files
committed
lint
1 parent 1dcd64f commit e5c8710

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/lib/sift_client/util/test_results/context_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
from __future__ import annotations
22

33
import getpass
4+
import logging
45
import os
56
import socket
67
import tempfile
78
import traceback
89
from contextlib import AbstractContextManager
910
from datetime import datetime, timezone
1011
from pathlib import Path
11-
import logging
1212
from typing import TYPE_CHECKING
1313

1414
import numpy as np

0 commit comments

Comments
 (0)