1
0
Fork 0
mirror of https://github.com/veekun/pokedex.git synced 2024-08-20 18:16:34 +00:00

Addressed all of pyflakes3's complaints

This commit is contained in:
John T. Wodder II 2016-11-24 21:29:58 +00:00
parent 82335886e1
commit c3f566b2c9
16 changed files with 42 additions and 46 deletions
pokedex/db

View file

@ -174,7 +174,7 @@ class PokedexLinkPattern(markdown.inlinepatterns.Pattern):
self.game_language = game_language
def handleMatch(self, m):
from pokedex.db import tables, util
from pokedex.db import tables
start, label, category, target, end = m.groups()
try:
table = dict(