Skip to content

Commit

Permalink
Undo accidental change on test.
Browse files Browse the repository at this point in the history
  • Loading branch information
nopdive committed Oct 22, 2024
1 parent b5af07c commit 0e632bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions client/graphpaper-inline/TODO.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
- Remove CDN font links (googlefonts)
- Image integration
- Testing
- Docs
- Testing
2 changes: 1 addition & 1 deletion tests/unit/test_decorator.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def inconsistent_indentation(lm):

# NOTE [HN]: The following two tests currently don't work, but they're fairly special/rare cases.
# Some implementation thoughts for the future:
# Nested f-strings: try creating a custom handler for state.FormattedValue in the handler?
# Nested f-strings: try creating a custom handler for ast.FormattedValue in the handler?
# closure functions: storing and rebinding vars referenced in func globals when recompiling?
# def test_nested_fstrings():
# """Test nested f-strings."""
Expand Down

0 comments on commit 0e632bf

Please sign in to comment.