From 7f81f2ef4386d054ba1474c9117b4982f54dedbe Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Tue, 16 Jan 2018 15:19:22 +0000 Subject: [PATCH] travis_commit --- README.md | 1 + snippets/deep_flatten.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 1ce1e69b4..f0f7d94e3 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@ def spread(arg): return result + ``` ```python diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 3e9b441ba..7867ce0f3 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -22,6 +22,7 @@ def spread(arg): return result + ``` ```python