Skip to content

Commit

Permalink
what's the error
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelthle committed May 23, 2024
1 parent 21cfa17 commit 5cc7938
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions antarest/study/web/raw_studies_blueprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,8 @@
except ImportError:
raise ImportError("The 'xlsxwriter' package is required") from None

try:
import tables # type: ignore
except ImportError:
raise ImportError("The 'tables' packages is required") from None

import tables
Tak = tables.Table.name

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 5cc7938

Please sign in to comment.