Skip to content

Commit

Permalink
Fix Lint Failure
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya-balachander committed Mar 5, 2024
1 parent 63ff89f commit fceb0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cumulusci/tasks/bulkdata/query_transformers.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import typing as T
from functools import cached_property

from sqlalchemy import and_, func, text, String
from sqlalchemy import String, and_, func, text
from sqlalchemy.orm import Query, aliased

from cumulusci.core.exceptions import BulkDataException
Expand Down

0 comments on commit fceb0c7

Please sign in to comment.