Skip to content

Commit 3713d4b

Browse files
committed
Deleting redundant lines
1 parent 1da1b87 commit 3713d4b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/content/docs/r2/examples/authenticate-r2-auth-tokens.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ export R2_BUCKET_NAME=your_bucket_name
8989

9090
```python title="get_r2_object.py"
9191
import os
92-
import hashlib
9392
import boto3
9493
from botocore.client import Config
9594

@@ -145,7 +144,6 @@ export R2_BUCKET_NAME=your_bucket_name
145144

146145
import (
147146
"context"
148-
"encoding/hex"
149147
"fmt"
150148
"io"
151149
"log"

0 commit comments

Comments
 (0)