Skip to content

Commit

Permalink
Format with yapf
Browse files Browse the repository at this point in the history
  • Loading branch information
srstevenson committed Jan 14, 2018
1 parent 76bbc60 commit 4c68297
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions xdg.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@

import os

__all__ = ['XDG_CACHE_HOME', 'XDG_CONFIG_DIRS', 'XDG_CONFIG_HOME',
'XDG_DATA_DIRS', 'XDG_DATA_HOME', 'XDG_RUNTIME_DIR']
__all__ = [
'XDG_CACHE_HOME', 'XDG_CONFIG_DIRS', 'XDG_CONFIG_HOME', 'XDG_DATA_DIRS',
'XDG_DATA_HOME', 'XDG_RUNTIME_DIR'
]


def _getenv(variable: str, default: str) -> str:
Expand Down

0 comments on commit 4c68297

Please sign in to comment.