Skip to content

Commit 1efccdc

Browse files
committed
Fix isort
1 parent 6110dec commit 1efccdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/lsst/consdb/hinfo.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
import os
33
import random
44
import re
5+
import time
56
from dataclasses import dataclass
67
from datetime import datetime
7-
import time
88
from typing import TYPE_CHECKING, Any, Sequence
99

1010
import aiokafka # type: ignore

0 commit comments

Comments
 (0)