From 4c68297c40ac944976402b5567909d4f2e4d9cf4 Mon Sep 17 00:00:00 2001 From: Scott Stevenson Date: Sun, 14 Jan 2018 18:21:24 +0000 Subject: [PATCH] Format with yapf --- xdg.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/xdg.py b/xdg.py index 1a2cabc..dbd46a4 100644 --- a/xdg.py +++ b/xdg.py @@ -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: