From 4cf42966ea592e86af914ae6d087c7813d953d55 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Tue, 16 Jan 2018 15:59:24 +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 e5d0c65f4..61c11e9d6 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,7 @@ def spread(arg): + ``` ```python diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 3f21a76e9..48626181c 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -25,6 +25,7 @@ def spread(arg): + ``` ```python