Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Sep 2, 2015
1 parent fe4663c commit 86740b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nikola/filters.py
Expand Up @@ -26,7 +26,6 @@

"""Utility functions to help run filters on files."""

from .utils import req_missing
from functools import wraps
import os
import io
Expand All @@ -41,7 +40,8 @@
typo = None # NOQA
import requests

from utils import LOGGER
from .utils import req_missing, LOGGER


def apply_to_binary_file(f):
"""Apply a filter to a binary file.
Expand Down

0 comments on commit 86740b1

Please sign in to comment.