Closed fogx closed 1 year ago
thanks for your feedback @zafercavdar. Since you wrote in #4 that the issue is fixed, i guess we can just close this PR? Otherwise i'll fix the topics you mentioned.
I fixed most of my comments in this PR: https://github.com/zafercavdar/fasttext-langdetect/pull/8, merged/released.
I've created a small PR to fix issue #4 by replacing wget with requests and adding that to the dependencies. I've also moved
url
into the if-case so it won't get initialized unnecessarily, and sorted the imports.