Skip to content

Commit

Permalink
Fixup: Whitespace for Flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmiller committed Mar 30, 2018
1 parent 918c97e commit a2dc842
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions opal/utils/__init__.py
Expand Up @@ -10,6 +10,7 @@

from opal.core import exceptions


def camelcase_to_underscore(string):
return re.sub(
'(((?<=[a-z])[A-Z])|([A-Z](?![A-Z]|$)))', '_\\1', string
Expand Down

0 comments on commit a2dc842

Please sign in to comment.