Skip to content

Commit

Permalink
We don't really need that annotation
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Nov 29, 2018
1 parent be06116 commit d5e3198
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nikola/metadata_extractors.py
Expand Up @@ -28,7 +28,6 @@

import re
import natsort
import nikola.nikola

from enum import Enum
from nikola.plugin_categories import MetadataExtractor
Expand Down Expand Up @@ -98,7 +97,7 @@ def classify_extractor(extractor: MetadataExtractor, metadata_extractors_by: dic
metadata_extractors_by['all'].append(extractor)


def load_defaults(site: nikola.nikola.Nikola, metadata_extractors_by: dict):
def load_defaults(site, metadata_extractors_by: dict):
"""Load default metadata extractors."""
for extractor in _default_extractors:
extractor.site = site
Expand Down

0 comments on commit d5e3198

Please sign in to comment.