Skip to content

Commit

Permalink
Skipping import-error for module in tools-barebone
Browse files Browse the repository at this point in the history
  • Loading branch information
giovannipizzi committed Dec 15, 2021
1 parent bd408a3 commit a740139
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion compute/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
from .utils.pointgroup import Pointgroup, POINTGROUP_MAPPING
from .utils.response import make_response, FlaskRedirectException

from web_module import get_config
# Ignoring the import error because it's from tools-barebone
# Not ideal, but works for now
from web_module import get_config # pylint: disable=import-error
import header

VALID_EXAMPLES = {
Expand Down

0 comments on commit a740139

Please sign in to comment.