Skip to content

Commit

Permalink
pylint error
Browse files Browse the repository at this point in the history
Signed-off-by: Shashank Reddy Boyapally <[email protected]>
  • Loading branch information
shashank-boyapally committed Jul 10, 2024
1 parent 4836266 commit d2fa1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fmatch/tests/test_matcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
# pylint: disable = import-error, duplicate-code
import os
from unittest.mock import patch
import datetime

from elasticsearch_dsl import Search
from elasticsearch_dsl.response import Response
import pytest
import pandas as pd
import datetime

# pylint: disable = import-error
from fmatch.matcher import Matcher
Expand Down

0 comments on commit d2fa1c0

Please sign in to comment.