Skip to content

Commit

Permalink
removed whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
StegSchreck committed Oct 6, 2017
1 parent 6eac7d1 commit 422dc75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transfer_ratings.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def execute(args):
for dest in args.destination:
inserter = get_inserter_from_arg(dest)(args)
insert_movie_ratings(inserter, movies, type(parser.site).__name__)


def parse_data_from_source(parser):
movies = parser.parse()
Expand Down

0 comments on commit 422dc75

Please sign in to comment.