diff options
| author | Dafydd Harries <daf@rhydd.org> | 2013-03-19 12:07:49 -0400 |
|---|---|---|
| committer | Dafydd Harries <daf@rhydd.org> | 2013-03-19 12:07:49 -0400 |
| commit | c7dbac1d360aa3a9d57960dbb1a70dc3676197b3 (patch) | |
| tree | 03ba07336f2dd909ff644141db305d679a296b27 | |
| parent | a5151cd4c145407aa555cf9b7f1b32efacf9da46 (diff) | |
remove unused numpy import
| -rw-r--r-- | export.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -6,7 +6,6 @@ import re import sys import textwrap -import numpy import pandas as pd import license |
