Skip to content

Commit

Permalink
FunctionMetadata: Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
sils committed May 30, 2015
1 parent 4c6435b commit ffb8f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coalib/settings/FunctionMetadata.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from inspect import isfunction, ismethod, getfullargspec
from inspect import ismethod, getfullargspec

from coalib.settings.DocumentationComment import DocumentationComment
from coalib.output.printers.ConsolePrinter import ConsolePrinter
Expand Down

1 comment on commit ffb8f8e

@Makman2
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ack

Please sign in to comment.