diff options
author | 2017-01-12 08:42:52 +0000 | |
---|---|---|
committer | 2017-01-12 08:42:52 +0000 | |
commit | b2bab28cd8c8e72b230a6286f7d951f1c873bd83 (patch) | |
tree | 032549981f284d00c008d4e21f399fb6901bfc35 /utils/__init__.py | |
parent | e1a54d34819563946d1ff1ec673d1d261b826ad8 (diff) | |
parent | 08b12e7a7f0b5971282c371b0d0b9320030f3874 (diff) |
Merge "Modify utils/ code into PEP8 style"
Diffstat (limited to 'utils/__init__.py')
-rw-r--r-- | utils/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/__init__.py b/utils/__init__.py index 38727287..b124dfa9 100644 --- a/utils/__init__.py +++ b/utils/__init__.py @@ -5,4 +5,4 @@ # are made available under the terms of the Apache License, Version 2.0 # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 -##############################################################################
\ No newline at end of file +############################################################################## |