Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
After adding the "from __future__ import annotations", the unit test …
Browse files Browse the repository at this point in the history
…fails (due to the pydantic ValidationError)
  • Loading branch information
boholder committed Dec 8, 2022
1 parent 1e85bb9 commit 005e180
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions puntgun/rules/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
DTOs of rule module
https://en.wikipedia.org/wiki/Data_transfer_object
"""
from __future__ import annotations

import sys
from datetime import datetime
from enum import Enum
Expand Down

0 comments on commit 005e180

Please sign in to comment.