Skip to content

Commit

Permalink
Fix Registry import path
Browse files Browse the repository at this point in the history
  • Loading branch information
erik committed Jan 4, 2019
1 parent b2a2d3f commit 5765e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion squabble/lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import pglast

from squabble.rules import Registry
from squabble.rule import Registry

_LintIssue = collections.namedtuple('_LintIssue', [
'message',
Expand Down

0 comments on commit 5765e60

Please sign in to comment.