mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Cleanup: Minor indentation fix in measure_time.py
This commit is contained in:
parent
ce4066f1a3
commit
18a4cd8659
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
import os, sys, time
|
import os, sys, time
|
||||||
try:
|
try:
|
||||||
import numpy as np
|
import numpy as np
|
||||||
from scipy import mean, stats
|
from scipy import mean, stats
|
||||||
except ModuleNotFoundError:
|
except ModuleNotFoundError:
|
||||||
print("Warning: scipy package is not installed, confidence values will not be available")
|
print("Warning: scipy package is not installed, confidence values will not be available")
|
||||||
|
|
Loading…
Add table
Reference in a new issue