Skip to content

Commit

Permalink
Fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
pdelboca committed Aug 23, 2024
1 parent 8caa15c commit 101eb2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frictionless/indexer/__spec__/test_resource.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import pytest
from pytest_lazyfixture import lazy_fixture

from frictionless import formats, platform
from frictionless.resources import TableResource
from pytest_lazyfixture import lazy_fixture

control = formats.sql.SqlControl(table="table")
fast_database_urls = [
Expand Down

0 comments on commit 101eb2d

Please sign in to comment.