Skip to content

Commit e09c878

Browse files
committed
fix typing
Signed-off-by: mgorsk1 <[email protected]>
1 parent ef0faf8 commit e09c878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/testcontainers/core/container.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def copy_file_from_container(self, container_file: str, destination_file: str) -
9797
return destination_file
9898

9999
@staticmethod
100-
def _put_file_in_container(container, source_file: Path, destination_file: str):
100+
def _put_file_in_container(container, source_file: Path, destination_file: Path):
101101
data = io.BytesIO()
102102

103103
with tarfile.open(fileobj=data, mode='w') as tar:

0 commit comments

Comments
 (0)