Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
patricktnast committed Feb 10, 2025
1 parent 674bfaa commit 2387ac3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/framework/components/test_component.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
from __future__ import annotations

import pandas as pd
from pathlib import Path

import pandas as pd
import pytest
from layered_config_tree.exceptions import ConfigurationError

Expand Down

0 comments on commit 2387ac3

Please sign in to comment.