Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Oct 9, 2018
1 parent b300e15 commit 1d0c9ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dataflows/processors/update_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ def func(package):
return func


add_metadata = update_package
add_metadata = update_package
2 changes: 1 addition & 1 deletion dataflows/processors/update_resource.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from dataflows import Flow, PackageWrapper
from dataflows import PackageWrapper
from dataflows.helpers.resource_matcher import ResourceMatcher


Expand Down

0 comments on commit 1d0c9ab

Please sign in to comment.