Skip to content

Commit

Permalink
chore: fix ruff linting erros
Browse files Browse the repository at this point in the history
  • Loading branch information
lxndrblz committed Feb 12, 2024
1 parent c5f2a7f commit c8f4560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/forensicsim/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
import warnings
from dataclasses import dataclass, field
from datetime import datetime
from json import JSONDecodeError
from pathlib import Path
from typing import Any, Optional, Union
from json import JSONDecodeError

from bs4 import BeautifulSoup, MarkupResemblesLocatorWarning
from dataclasses_json import (
Expand Down

0 comments on commit c8f4560

Please sign in to comment.