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

Commit

Permalink
Refactor UNIQUE_IDS attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
anaschwendler committed May 18, 2017
1 parent 1241f08 commit 3d5f2b9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions rosie/federal_senate/settings.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
from rosie.core.classifiers.invalid_cnpj_cpf_classifier import InvalidCnpjCpfClassifier

CLASSIFIERS = {
'invalid_cnpj_cpf': InvalidCnpjCpfClassifier
}
'invalid_cnpj_cpf': InvalidCnpjCpfClassifier,
}

UNIQUE_IDS = None

0 comments on commit 3d5f2b9

Please sign in to comment.