Skip to content

Commit

Permalink
type ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
albertohernandez1995 committed Jan 7, 2025
1 parent d7cde62 commit e25b368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vtlengine/API/_InternalApi.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from typing import Any, Dict, List, Optional, Union

import pandas as pd
from jsonschema import exceptions, validate
from jsonschema import exceptions, validate # type: ignore[import-untyped]
from s3fs import S3FileSystem # type: ignore[import-untyped]

from vtlengine.AST import PersistentAssignment, Start
Expand Down

0 comments on commit e25b368

Please sign in to comment.