Skip to content

Commit 765882d

Browse files
author
Rayce Rossum
committed
remove extra time import
1 parent f3d2a60 commit 765882d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/big_cloud_scratch.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ def plot_commits(commits):
2929
where (p.id = 5524547)
3030
limit 10000
3131
"""
32-
import time
33-
32+
3433
start = time.time()
3534
commits = query_ght(commitQuery)
3635
getData = time.time()

0 commit comments

Comments
 (0)