From f1426eff16d2c3c049dcf489cf081137fd45916d Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 00:12:11 +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 7b74319d2..df49b02c1 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 45ad64686..36a6f090a 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -73,6 +73,7 @@ def spread(arg): + ```