Skip to content

Commit

Permalink
ci(nox): Add annotations future import for 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
teald committed Oct 29, 2024
1 parent 401c371 commit 44d5b32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions {{ cookiecutter.project_slug }}/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
sessions, so running ``nox`` in isolation will do nothing.
"""

from __future__ import annotations

from pathlib import Path

import nox
Expand Down

0 comments on commit 44d5b32

Please sign in to comment.