Skip to content

Commit 263dcaa

Browse files
committed
isort
isort import order
1 parent 06b3a91 commit 263dcaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zulipterminal/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import json
66
import time
7-
from collections import OrderedDict, defaultdict, Counter
7+
from collections import Counter, OrderedDict, defaultdict
88
from concurrent.futures import Future, ThreadPoolExecutor, wait
99
from copy import deepcopy
1010
from datetime import datetime

0 commit comments

Comments
 (0)