Skip to content
This repository has been archived by the owner on Mar 1, 2018. It is now read-only.

Commit

Permalink
Isorting core
Browse files Browse the repository at this point in the history
  • Loading branch information
jtemporal committed May 23, 2017
1 parent 53cb8f8 commit 9427bed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rosie/core/classifiers/invalid_cnpj_cpf_classifier.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import math

import numpy as np
from pycpfcnpj import cpfcnpj
from sklearn.base import TransformerMixin

from pycpfcnpj import cpfcnpj


class InvalidCnpjCpfClassifier(TransformerMixin):
"""
Expand Down

0 comments on commit 9427bed

Please sign in to comment.