lipoja / URLExtract

URLExtract is python class for collecting (extracting) URLs from given text based on locating TLD.
MIT License
244 stars 61 forks source link

(style): run isort on urlextract_core.py #104

Closed za closed 3 years ago

za commented 3 years ago

This is a style changes. I am using isort. Although the code base is small, I think this is a good practice. Should we apply to other .py file?

cc: @lipoja

lipoja commented 3 years ago

@za Thanks for your PRs, I am thinking of using Black to force a code style.

za commented 3 years ago

Hi @lipoja thanks for merging the PR.

I have created a separate PR for using Black: https://github.com/lipoja/URLExtract/pull/105