From 48aa840ce1372a77d0bf270dc2ea24806670bd3f Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Tue, 16 Jan 2018 16:02:01 +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 0ebb10d0b..778c91f17 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,7 @@ def spread(arg): + ``` ```python diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index cc0adc06d..10b2cf989 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -28,6 +28,7 @@ def spread(arg): + ``` ```python