summaryrefslogtreecommitdiff
path: root/sqlparse/engine/__init__.py
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2020-09-13 08:54:12 +0200
committerGitHub <noreply@github.com>2020-09-13 08:54:12 +0200
commit6cb3821bf3b048c7b4182c3d87432c433a5f1a57 (patch)
tree2a3849c872dd7cbcda0d92323811394049ca03a5 /sqlparse/engine/__init__.py
parentdb4a9f49286b13a4e9deb810645dd5fc1400b804 (diff)
parent686bf6d3c5b2598952a752e708e5d0419fa64781 (diff)
downloadsqlparse-6cb3821bf3b048c7b4182c3d87432c433a5f1a57.tar.gz
Merge branch 'master' into w503
Diffstat (limited to 'sqlparse/engine/__init__.py')
-rw-r--r--sqlparse/engine/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sqlparse/engine/__init__.py b/sqlparse/engine/__init__.py
index 0b3f3eb..67ecc6e 100644
--- a/sqlparse/engine/__init__.py
+++ b/sqlparse/engine/__init__.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
#
# Copyright (C) 2009-2018 the sqlparse authors and contributors
# <see AUTHORS file>