quinngroup / dr1dl-pyspark

Dictionary Learning in PySpark
Apache License 2.0
1 stars 1 forks source link

Remove unused imports #28

Closed magsol closed 8 years ago

magsol commented 8 years ago

There are some import statements that are never used: sys, StringIO, math, and random in particular. Possibly others.

MOJTABAFA commented 8 years ago

That's correct. Actually in initial steps of writing the code, I used them ( for example math for pow function, random for rand_vct line by line coding and string Io for input instruction . but most of the program has been changed during the time, Hence they're redundant now. Thanks for reminding me this good point. I'll eliminate them.