Skip to content

Commit

Permalink
fix: Use from __future__ import annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiebergman committed Aug 2, 2024
1 parent 4d8df2a commit 6f5821d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_neps_api/test_api.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

import logging
import os
import runpy
Expand Down

0 comments on commit 6f5821d

Please sign in to comment.