fix rustfmt

This commit is contained in:
yodalee
2018-11-25 22:13:26 +08:00
parent 04548db1e0
commit 68892fb4e2

View File

@@ -8,9 +8,9 @@ use super::super::pyobject::{
DictProtocol, PyContext, PyFuncArgs, PyObjectRef, PyResult, TypeProtocol,
};
use super::super::VirtualMachine;
use std;
use statrs::function::erf::{erf, erfc};
use statrs::function::gamma::{gamma, ln_gamma};
use std;
// Helper macro:
macro_rules! make_math_func {