Skip to content

Commit

Permalink
feature(FileManager): format issues
Browse files Browse the repository at this point in the history
  • Loading branch information
scaliseraoul-sinaptik committed Jan 31, 2025
1 parent 124d4c3 commit cb1668b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/unit_tests/data_loader/test_sql_loader.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import logging

from unittest.mock import MagicMock, mock_open, patch

import pandas as pd
Expand Down Expand Up @@ -140,7 +139,6 @@ def test_load_with_transformation(self, mysql_schema):
== "SELECT email, first_name, timestamp FROM users ORDER BY RAND() LIMIT 5"
)


def test_mysql_malicious_query(self, mysql_schema):
"""Test loading data from a MySQL source creates a VirtualDataFrame and handles queries correctly."""
with patch(
Expand Down

0 comments on commit cb1668b

Please sign in to comment.