Skip to content

Commit

Permalink
🚨 Fix Lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoPerrier committed Dec 10, 2024
1 parent 4529ca1 commit 241c47a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/gmail/test_gmail.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import logging
import os
from unittest.mock import MagicMock, patch

import pandas as pd
import pytest

from unittest.mock import MagicMock, patch

google = pytest.importorskip("google")
googleapiclient = pytest.importorskip("googleapiclient")

Expand Down

0 comments on commit 241c47a

Please sign in to comment.