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

Commit b21cd60

Browse files
committed
Fix import order
1 parent 9f506d8 commit b21cd60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synapse/util/caches/stream_change_cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# limitations under the License.
1414

1515
import logging
16-
import traceback
1716
import math
17+
import traceback
1818
from typing import Collection, Dict, FrozenSet, List, Mapping, Optional, Set, Union
1919

2020
from sortedcontainers import SortedDict

0 commit comments

Comments
 (0)