Skip to content

Commit

Permalink
ruff improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Vines committed Aug 4, 2024
1 parent 3f7c569 commit 795bed0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
Test cases for configuration managers.
"""

import pandas as pd
import pytest
from sklearn.pipeline import Pipeline

from ojd_daps_skills import PUBLIC_DATA_FOLDER_PATH, PUBLIC_MODEL_FOLDER_PATH
from ojd_daps_skills import PUBLIC_MODEL_FOLDER_PATH
from ojd_daps_skills.extract_skills.extract_skills_utils import ExtractConfig
from ojd_daps_skills.map_skills.skill_mapper_utils import MapConfig

Expand Down
2 changes: 0 additions & 2 deletions tests/test_skill_mapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
Test cases for the SkillsMapper class.
"""

import numpy as np
import pandas as pd
import pytest

from ojd_daps_skills.extract_skills.extract_skills_utils import ExtractConfig
Expand Down

0 comments on commit 795bed0

Please sign in to comment.