Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
lundberg committed Nov 18, 2019
1 parent e514a72 commit 3910dd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bananas/admin/api/schemas/decorators.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from functools import wraps


def navigation(view):
@wraps(view)
def wrapper(*args, **kwargs):
Expand Down

0 comments on commit 3910dd3

Please sign in to comment.