Skip to content

Commit

Permalink
imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jlherzberg committed Jan 15, 2020
1 parent 03d580a commit f6976d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @jherzberg @mchladek
* @jherzberg @mchladek @RJWorth
7 changes: 3 additions & 4 deletions lib/tagnews/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@
from . import crimetype

from .crimetype.tag import CrimeTags
from .senteval.eval import SentimentGoogler
from .geoloc.tag import GeoCoder, get_lat_longs_from_geostrings
from .utils.load_data import load_data
from .utils.load_vectorizer import load_glove
from .senteval.eval import SentimentGoogler
from .senteval.police_words import police_words_list, bins

__all__ = [utils, crimetype, CrimeTags, GeoCoder, SentimentGoogler,
get_lat_longs_from_geostrings, load_data, load_glove, police_words_list, bins]
get_lat_longs_from_geostrings, load_data, load_glove]

__version__ = '1.2.5'
__version__ = '1.3.0'

0 comments on commit f6976d7

Please sign in to comment.