From e8a10454eba4c7392cb301fbfbe796e5bfb2b729 Mon Sep 17 00:00:00 2001 From: Diego Russo Date: Tue, 21 Apr 2020 17:39:10 +0100 Subject: Add reorder-python-import pre-commit hook Also updated README.md Change-Id: I118309c61f4d00e8508d6b888c606995490fba39 Signed-off-by: Diego Russo --- ethosu/vela/numeric_util.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'ethosu/vela/numeric_util.py') diff --git a/ethosu/vela/numeric_util.py b/ethosu/vela/numeric_util.py index 4e61b4c5..1722adc2 100644 --- a/ethosu/vela/numeric_util.py +++ b/ethosu/vela/numeric_util.py @@ -13,11 +13,8 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - - # Description: # Numerical utilities for various types of rounding etc. - import math import numpy as np -- cgit v1.2.1