Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
stevearc committed Jul 15, 2017
1 parent ea7c43f commit 071acf2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dql/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ def __init__(self, buf):
self.encoding = locale.getdefaultlocale()[1] or 'utf-8'
except ValueError:
self.encoding = 'utf-8'


def write(self, arg):
""" Write a string or bytes object to the buffer """
Expand Down

0 comments on commit 071acf2

Please sign in to comment.