Skip to content

Commit

Permalink
Fix Python 3.9 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
yut23 committed Jan 16, 2025
1 parent f5009bc commit e272769
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions breathe/file_state_cache.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from pathlib import Path

from sphinx.application import Sphinx
Expand Down
2 changes: 2 additions & 0 deletions breathe/process.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from pathlib import Path

from breathe.project import AutoProjectInfo, ProjectInfoFactory
Expand Down

0 comments on commit e272769

Please sign in to comment.