Skip to content

Commit

Permalink
updated test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
manvith1604 committed Jun 2, 2024
1 parent 7b8b775 commit b9fb26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_transform.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
import pandas as pd
import pytest
from transform import transform_data, melt_dataframe, pivot_dataframe
from transform import melt_dataframe, transform_data

# Determine the absolute path of the project directory
PROJECT_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
Expand Down

0 comments on commit b9fb26e

Please sign in to comment.