Skip to content

Commit fff9775

Browse files
committed
Fix for ruff check
1 parent 9e04ea9 commit fff9775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redash/models/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import boto3
21
import functools
32

3+
import boto3
44
from flask_sqlalchemy import BaseQuery, SQLAlchemy
55
from sqlalchemy.dialects.postgresql import UUID
66
from sqlalchemy.engine import Engine

0 commit comments

Comments
 (0)