Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillies committed Sep 23, 2024
1 parent 3a7991b commit 1328dad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import pytest

import fiona
from fiona.env import GDALVersion
from fiona.errors import FionaDeprecationWarning
from fiona.model import (
_Geometry,
Expand All @@ -14,6 +15,8 @@
decode_object,
)

gdal_version = GDALVersion.runtime()


def test_object_len():
"""object len is correct"""
Expand Down

0 comments on commit 1328dad

Please sign in to comment.