Skip to content

Commit

Permalink
Fix missing warnings import
Browse files Browse the repository at this point in the history
  • Loading branch information
tokarenko committed Aug 4, 2023
1 parent 9962470 commit c91f2b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chili/typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import sys
import typing
import warnings
from dataclasses import Field, is_dataclass, MISSING
from enum import Enum
from inspect import isclass as is_class
Expand Down

0 comments on commit c91f2b5

Please sign in to comment.