Skip to content

Commit

Permalink
Get rid of unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
philikon committed Jul 28, 2008
1 parent e33495a commit e8908a5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/grok/directive.py
Expand Up @@ -14,16 +14,13 @@
"""Grok directives.
"""

import sys
import grok
from zope import interface
from zope.interface.interfaces import IInterface

import martian
from martian import util
from martian.error import GrokImportError, GrokError
from martian.directive import StoreMultipleTimes
from grok import components
from martian.error import GrokImportError

from grokcore.component.scan import UnambiguousComponentScope
from grokcore.view.directive import OneInterfaceOrClassOnClassOrModule
Expand Down

0 comments on commit e8908a5

Please sign in to comment.