Skip to content

Commit

Permalink
fix: add missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
willyw0nka committed Apr 10, 2024
1 parent 7485709 commit 56d708c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pygrype/core/list/db_meta_data.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from dataclasses import dataclass

from pygrype.core.decorators.to_json import to_json

@dataclass
@to_json
Expand Down
1 change: 1 addition & 0 deletions pygrype/core/scan/cvss_metrics.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from dataclasses import dataclass

from pygrype.core.decorators.to_json import to_json

@dataclass
@to_json
Expand Down

0 comments on commit 56d708c

Please sign in to comment.