Skip to content

Commit

Permalink
Resolving linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
kzuri authored Nov 23, 2020
1 parent 44249d3 commit 4161104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/MPII Human Pose Dataset/mpii_data_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
import numpy as np
from PIL import Image

import hub
from hub.collections import dataset
from hub.log import logger

Expand Down Expand Up @@ -131,6 +130,7 @@ def load_dataset(args):

return ds


def main():
t1 = time.time()
parser = argparse.ArgumentParser()
Expand Down

0 comments on commit 4161104

Please sign in to comment.