Skip to content

Commit 644cb19

Browse files
committed
fix lint
1 parent 8e7f2bd commit 644cb19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/app/admin/model/data_rule.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
3-
from sqlalchemy import ForeignKey, String
3+
from sqlalchemy import String
44
from sqlalchemy.orm import Mapped, mapped_column, relationship
55

66
from backend.app.admin.model.m2m import sys_role_data_rule

0 commit comments

Comments
 (0)