Skip to content

Commit 6fce6a4

Browse files
committed
Address comments
1 parent a26f6ba commit 6fce6a4

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

delta_backend/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ description = ""
55
authors = ["Your Name <you@example.com>"]
66
readme = "README.md"
77
packages = [
8-
{include = "src"},
9-
{include = "tests"}
8+
{include = "src"}
109
]
1110

1211
[tool.poetry.dependencies]

delta_backend/tests/test_convert_to_flat_json.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
request_json_data = ValuesForTests.json_data
2525
with patch.dict("os.environ", MOCK_ENV_VARS):
2626
from delta import handler, Converter
27-
# from Converter import imms, ErrorRecords
2827

2928

3029
@patch.dict("os.environ", MOCK_ENV_VARS, clear=True)

0 commit comments

Comments
 (0)