Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Fata Nugraha committed May 11, 2023
1 parent e84d33a commit fe8bc68
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dynamodump/dynamodump.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"""

import argparse
import base64
import boto3
import datetime
import errno
Expand Down Expand Up @@ -49,8 +50,6 @@
SCHEMA_FILE = "schema.json"
THREAD_START_DELAY = 1 # seconds

import base64


def encoder(self, obj):
if isinstance(obj, datetime.datetime):
Expand Down

0 comments on commit fe8bc68

Please sign in to comment.