Skip to content

Commit

Permalink
reverting, as it causes a bunch of type issues
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto-arista committed Jul 29, 2024
1 parent b3bc477 commit 3041a02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drawBot/context/baseContext.py
Original file line number Diff line number Diff line change
Expand Up @@ -2322,8 +2322,8 @@ class BaseContext:
_bezierPathClass = BezierPath
_gradientClass = Gradient

fileExtensions: list[tuple[str, str]] = []
saveImageOptions: list[tuple[str, str]] = []
fileExtensions: list[str] = []
saveImageOptions: list[str] = []
validateSaveImageOptions = True

_textAlignMap = FormattedString._textAlignMap
Expand Down

0 comments on commit 3041a02

Please sign in to comment.