summaryrefslogtreecommitdiffstats
path: root/cli_helpers/tabular_output/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cli_helpers/tabular_output/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli_helpers/tabular_output/__init__.py b/cli_helpers/tabular_output/__init__.py
index de2f62f..e4247bd 100644
--- a/cli_helpers/tabular_output/__init__.py
+++ b/cli_helpers/tabular_output/__init__.py
@@ -10,4 +10,4 @@ When formatting data, you'll primarily use the
from .output_formatter import format_output, TabularOutputFormatter
-__all__ = ['format_output', 'TabularOutputFormatter']
+__all__ = ["format_output", "TabularOutputFormatter"]