Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Clean up unused imports
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jun 24, 2015
1 parent 214a961 commit 6e6b3f6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion nikola/plugins/command/bootswatch_theme.py
Expand Up @@ -26,7 +26,6 @@

from __future__ import print_function
import os
import sys
import requests

from nikola.plugin_categories import Command
Expand Down
1 change: 0 additions & 1 deletion nikola/plugins/command/deploy.py
Expand Up @@ -29,7 +29,6 @@
from datetime import datetime
from dateutil.tz import gettz
import os
import sys
import subprocess
import time

Expand Down
1 change: 0 additions & 1 deletion nikola/plugins/command/github_deploy.py
Expand Up @@ -29,7 +29,6 @@
import io
import os
import subprocess
import sys
from textwrap import dedent

from nikola.plugin_categories import Command
Expand Down

0 comments on commit 6e6b3f6

Please sign in to comment.