mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-27 00:23:55 -06:00
Remove unnecessary formulas from linter
These formulas or modules are not used in definition files , so removing them CURA-10901
This commit is contained in:
parent
1f2e690809
commit
72bf639bea
1 changed files with 0 additions and 17 deletions
|
@ -32,29 +32,12 @@ FORMULA_NAMES = [
|
||||||
"atan",
|
"atan",
|
||||||
"acos",
|
"acos",
|
||||||
"asin",
|
"asin",
|
||||||
"pi",
|
|
||||||
"floor",
|
"floor",
|
||||||
"debug",
|
|
||||||
"sum",
|
"sum",
|
||||||
"len",
|
"len",
|
||||||
"uuid",
|
|
||||||
"hashlib",
|
|
||||||
"base64",
|
|
||||||
"uuid3",
|
|
||||||
"NAMESPACE_DNS",
|
|
||||||
"decode",
|
|
||||||
"encode",
|
|
||||||
"b64encode",
|
|
||||||
"digest",
|
|
||||||
"md5",
|
|
||||||
"radians",
|
"radians",
|
||||||
"degrees",
|
"degrees",
|
||||||
"lower",
|
|
||||||
"upper",
|
"upper",
|
||||||
"startswith",
|
|
||||||
"endswith",
|
|
||||||
"capitalize",
|
|
||||||
"index"
|
|
||||||
]
|
]
|
||||||
|
|
||||||
DELIMITERS = [r'\+', '-', '=', '/', '\*', r'\(', r'\)', r'\[', r'\]', '{', '}', ' ', '^']
|
DELIMITERS = [r'\+', '-', '=', '/', '\*', r'\(', r'\)', r'\[', r'\]', '{', '}', ' ', '^']
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue