Skip to content

Commit e33a86e

Browse files
committed
Rebase fixes
1 parent 189af62 commit e33a86e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

jsonargparse_tests/test_dataclass_like.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
import dataclasses
44
import json
5+
import sys
56
from typing import Any, Dict, Generic, List, Literal, Optional, Tuple, TypeVar, Union
67
from unittest.mock import patch
78

jsonargparse_tests/test_postponed_annotations.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
import dataclasses
44
import os
5+
import sys
56
from typing import TYPE_CHECKING, Dict, List, Optional, Tuple, Type, Union
67

78
import pytest

0 commit comments

Comments
 (0)