Add user import
This commit is contained in:
@@ -46,7 +46,9 @@ def timer_context(name: str):
|
||||
return Timer()
|
||||
|
||||
|
||||
import cProfile, pstats, io
|
||||
import cProfile
|
||||
import io
|
||||
import pstats
|
||||
from contextlib import contextmanager
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user