Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,7 @@
|
|
4 |
```python
|
5 |
import gzip
|
6 |
import os
|
|
|
7 |
|
8 |
def combine_files(input_prefix, num_parts, output_file):
|
9 |
with gzip.open(output_file, 'wb') as f_out:
|
|
|
4 |
```python
|
5 |
import gzip
|
6 |
import os
|
7 |
+
import shutil
|
8 |
|
9 |
def combine_files(input_prefix, num_parts, output_file):
|
10 |
with gzip.open(output_file, 'wb') as f_out:
|