From cc85180d2bf84fa9884e20d6f4087d563adb4b9b Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Tue, 16 Jan 2018 16:17:52 +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 5cf804b5d..87b5e0e83 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,7 @@ def spread(arg): + ``` ```python diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 56f1d749d..77bf71b20 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -34,6 +34,7 @@ def spread(arg): + ``` ```python