Skip to content

Commit

Permalink
chore: fix typing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
lxndrblz authored Jul 7, 2024
1 parent bd7e926 commit 44c869e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/forensicsim/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"""

import json
import typing
from typing import Any, Optional
from pathlib import Path

from ccl_chromium_reader import (
Expand Down

0 comments on commit 44c869e

Please sign in to comment.