Skip to content

Commit

Permalink
Explicitly export {imgcat, main} from __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
wookayin committed Sep 22, 2023
1 parent 426e5f6 commit 63a24fe
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions imgcat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
__version__ = '0.6.0.dev0'


from .imgcat import (
imgcat,
main
)
from .imgcat import imgcat as imgcat
from .imgcat import main as main

try:
# support module://imgcat backend
Expand Down

0 comments on commit 63a24fe

Please sign in to comment.