Commit d4768204 by Siva Committed by Tianqi Chen

fix lint error (#475)

parent dd90b19e
...@@ -7,8 +7,8 @@ This functions will not be loaded by default. ...@@ -7,8 +7,8 @@ This functions will not be loaded by default.
These are utility functions used for testing and tutorial file. These are utility functions used for testing and tutorial file.
""" """
from __future__ import division from __future__ import division
from enum import IntEnum
import math import math
from enum import IntEnum
import numpy as np import numpy as np
import cv2 import cv2
from cffi import FFI from cffi import FFI
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment