Skip to content

Commit

Permalink
removed useless import
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Alsina committed Jun 5, 2017
1 parent 2207a80 commit 6b53e3b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions nikola/plugin_categories.py
Expand Up @@ -34,14 +34,6 @@

from yapsy.IPlugin import IPlugin
from doit.cmd_base import Command as DoitCommand
try:
import toml
except ImportError:
toml = None
try:
import yaml
except ImportError:
yaml = None

from .utils import LOGGER, first_line, req_missing

Expand Down

0 comments on commit 6b53e3b

Please sign in to comment.