You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like `from ..libs.sublimefunctions import *` implicitly imports
its imported modules as well. Hence `import os.path` in create.py can
be removed.
Furthermore remove the empty line between the `coding utf8` line and
the first import in some files to gain consistent look of sources.
0 commit comments