Skip to content

Commit

Permalink
🐛Followed black
Browse files Browse the repository at this point in the history
  • Loading branch information
carefree0910 committed Jan 18, 2021
1 parent c39cc7c commit 9a1bf14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cflearn/api/register.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ def register_external(file_path: str) -> None:
_refresh_external_init()
import cflearn
import importlib

importlib.reload(cflearn)
importlib.reload(cflearn.external_)
exec(f"importlib.reload(cflearn.external_.{os.path.splitext(file)[0]})")
Expand Down

0 comments on commit 9a1bf14

Please sign in to comment.