Skip to content

Commit

Permalink
Add PEP-484 type annotations to confirmation/.
Browse files Browse the repository at this point in the history
  • Loading branch information
timabbott committed Apr 3, 2016
1 parent b8c82d5 commit 2d2282a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions confirmation/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

# Copyright: (c) 2008, Jarek Zgoda <[email protected]>

from typing import *

__revision__ = '$Id: settings.py 12 2008-11-23 19:38:52Z jarek.zgoda $'

STATUS_ACTIVE = 1

STATUS_FIELDS = {
}
STATUS_FIELDS = {} # type: Dict[Any, Any]

0 comments on commit 2d2282a

Please sign in to comment.