Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
LashaO committed Apr 21, 2023
1 parent e1ae103 commit 71243e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions wbia/control/IBEISControl.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,7 @@
# ut.import_modname(modname)
# NOTE hack
if modname == 'wbia_tbd._plugin':
ub.import_module_from_path('/wbia/wbia-plugin-tbd/wbia_tbd/__init__.py'
)
ub.import_module_from_path('/wbia/wbia-plugin-tbd/wbia_tbd/__init__.py')
else:
ub.import_module_from_name(modname)
except ImportError:
Expand Down

0 comments on commit 71243e3

Please sign in to comment.