Skip to content

Commit

Permalink
Fix mypy error on 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
justvanrossum committed Oct 7, 2024
1 parent d9dc965 commit 4f436a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fontra/backends/copy.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ async def copyGlyphs(
continue

if glyph is None:
logger.warn(f"glyph {glyphName} not found")
logger.warning(f"glyph {glyphName} not found")
continue

logger.debug(f"writing {glyphName}")
Expand Down

0 comments on commit 4f436a5

Please sign in to comment.