Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
RQL
Commits
e3d13fc1721c
Commit
2f5f0af7
authored
Dec 02, 2021
by
Nsukami Patrick
Browse files
[mypy] Remove now useless type alias
parent
b12f24bfb3c9
Pipeline
#97566
passed with stages
in 2 minutes and 39 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
rql/rqltypes.py
View file @
e3d13fc1
...
...
@@ -183,25 +183,3 @@ AnyScopeNode = Union_[
"rql.stmts.Select"
,
"rql.stmts.Select"
,
]
Op
=
Union_
[
"rql.undo.NodeOperation"
,
"rql.undo.MakeVarOperation"
,
"rql.undo.UndefineVarOperation"
,
"rql.undo.SelectVarOperation"
,
"rql.undo.UnselectVarOperation"
,
"rql.undo.AddNodeOperation"
,
"rql.undo.ReplaceNodeOperation"
,
"rql.undo.RemoveNodeOperation"
,
"rql.undo.AddSortOperation"
,
"rql.undo.RemoveSortOperation"
,
"rql.undo.AddGroupOperation"
,
"rql.undo.RemoveGroupOperation"
,
"rql.undo.SetDistinctOperation"
,
"rql.undo.SetOffsetOperation"
,
"rql.undo.SetLimitOperation"
,
"rql.undo.SetOptionalOperation"
,
"rql.undo.SetHavingOperation"
,
"rql.undo.AppendSelectOperation"
,
"rql.undo.RemoveSelectOperation"
,
]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment