Skip to content

Commit d44bf3a

Browse files
authored
Fix fstring errors in pyccel.ast (pyccel#1822)
Apply some more Pylint fixes. Namely: - Fix fstring errors in pyccel.ast - Fix several unused-import errors Docstrings are also added to satisfy CI. Some deprecated code is removed: - `get_function_from_ast` which was unused
1 parent 8bf1239 commit d44bf3a

File tree

9 files changed

+147
-115
lines changed

9 files changed

+147
-115
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ All notable changes to this project will be documented in this file.
4545
- \[INTERNALS\] Remove class `ast.datatypes.DataType` (replaced by `ast.datatypes.PrimitiveType` and `ast.datatypes.PyccelType`).
4646
- \[INTERNALS\] Remove unused properties `prefix` and `alias` from `CustomDataType`.
4747
- \[INTERNALS\] Remove `ast.basic.TypedAstNode._dtype`. The datatype can still be accessed as it is contained within the class type.
48+
- \[INTERNALS\] Removed unused and undocumented function `get_function_from_ast`.
4849

4950
## \[1.11.2\] - 2024-03-05
5051

0 commit comments

Comments
 (0)