Skip to content

Commit

Permalink
more typing fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pipliggins committed Nov 29, 2024
1 parent 6591c27 commit 48f622e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/adtl/autoparser/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
Common utility functions for autoparser
"""

from __future__ import annotations

import json
from pathlib import Path
from typing import Any, Dict
Expand Down

0 comments on commit 48f622e

Please sign in to comment.