From 70226eb19a72a08144b5d8cea9db4913200f7bc5 Mon Sep 17 00:00:00 2001 From: alpha-xone Date: Wed, 24 Apr 2019 07:05:41 +0800 Subject: [PATCH] minor fixed of pep8 --- xbbg/core/assist.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/xbbg/core/assist.py b/xbbg/core/assist.py index feef1f8..edd479d 100644 --- a/xbbg/core/assist.py +++ b/xbbg/core/assist.py @@ -1,7 +1,5 @@ import pandas as pd -from xbbg.core import utils - # Set os.environ['BBG_ROOT'] = '/your/bbg/data/path' # to enable xbbg saving data locally BBG_ROOT = 'BBG_ROOT'