Skip to content

Commit

Permalink
Remove unused functools import in decorators.py
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmaguire committed Feb 17, 2016
1 parent afbedad commit a2de407
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cardinal/decorators.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import functools


def command(*triggers):
# backwards compatibility
if len(triggers) == 1 and isinstance(triggers[0], list):
Expand Down

0 comments on commit a2de407

Please sign in to comment.