Skip to content

Commit

Permalink
Fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim020 committed Jun 16, 2023
1 parent ffdccb4 commit 6407d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/controllers/api/show/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from models.show import Show
from models.session import Session
from rbac.role import Role
from schemas.schemas import ScriptRevisionsSchema, ScriptLineSchema, ScriptCutsSchema
from schemas.schemas import ScriptRevisionsSchema, ScriptLineSchema
from utils.web.base_controller import BaseAPIController
from utils.web.web_decorators import requires_show, no_live_session
from utils.web.route import ApiRoute, ApiVersion
Expand Down

0 comments on commit 6407d3f

Please sign in to comment.