Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vertefra committed Oct 18, 2024
1 parent a43b4cd commit 12228dc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions qcog_python_client/qcog/_base64utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,6 @@ def compress_data(data: pd.DataFrame) -> io.BytesIO:
indexing_csv.seek(0)

data_csv: str = data.to_csv()

# raw_bytes: bytes = json.dumps(payload).encode("ascii")
# base64_bytes = base64.b64encode(raw_bytes)
# base64_string = base64_bytes.decode("ascii")

buffer = io.BytesIO()

with gzip.GzipFile(fileobj=buffer, mode="wb") as f:
Expand Down

0 comments on commit 12228dc

Please sign in to comment.