mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-29 04:42:38 +08:00
STY: Move import in test to top of file.
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
|
||||
import collections
|
||||
import heapq
|
||||
import operator
|
||||
|
||||
import unittest
|
||||
from nose_parameterized import parameterized
|
||||
@@ -1145,7 +1146,6 @@ class TestPerformanceTracker(unittest.TestCase):
|
||||
bar_event_2
|
||||
]
|
||||
|
||||
import operator
|
||||
messages = {date: snapshot[-1].perf_messages[0] for date, snapshot in
|
||||
tracker.transform(
|
||||
itertools.groupby(
|
||||
|
||||
Reference in New Issue
Block a user