Skip to content

Commit

Permalink
Use relative import to fix tests and keep sphinx functional
Browse files Browse the repository at this point in the history
  • Loading branch information
ppinchuk committed Dec 12, 2023
1 parent 5d99790 commit 1fcd177
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sup3r/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"""Super Resolving Renewable Energy Resource Data (SUP3R)"""
import os
from sup3r.version import __version__

# Next import sets up CLI commands
# This line could be "import sup3r.cli" but that breaks sphinx as of 12/11/2023
from sup3r.cli import main

__author__ = """Brandon Benton"""
__email__ = "[email protected]"
Expand Down

0 comments on commit 1fcd177

Please sign in to comment.