Skip to content

Commit

Permalink
fix pylint check problem
Browse files Browse the repository at this point in the history
Signed-off-by: IcyFeather <[email protected]>
  • Loading branch information
IcyFeather233 committed Oct 20, 2024
1 parent bed5fd8 commit 5ccbb5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/testenvmanager/dataset/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@
import tempfile
import pandas as pd
# pylint: disable=no-name-in-module
# pylint: disable=too-many-instance-attributes
from sedna.datasources import (
CSVDataParse,
TxtDataParse,
JSONDataParse,
JsonlDataParse,
JSONMetaDataParse,
)
# pylint: enable=too-many-instance-attributes
# pylint: enable=no-name-in-module
from core.common import utils
from core.common.constant import DatasetFormat
Expand Down

0 comments on commit 5ccbb5c

Please sign in to comment.