Skip to content

Commit df0c70e

Browse files
committed
added pytest import
1 parent ecbd755 commit df0c70e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

functions-python/extract_location/tests/test_geocoding.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import unittest
22
from unittest.mock import patch, MagicMock
3+
import pytest
34
from sqlalchemy.orm import Session
45

56
from extract_location.src.reverse_geolocation.geocoded_location import GeocodedLocation

0 commit comments

Comments
 (0)