diff options
Diffstat (limited to 'examples/tab_autocomp_dynamic.py')
-rwxr-xr-x | examples/tab_autocomp_dynamic.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/tab_autocomp_dynamic.py b/examples/tab_autocomp_dynamic.py index 03e46f8a..b518c013 100755 --- a/examples/tab_autocomp_dynamic.py +++ b/examples/tab_autocomp_dynamic.py @@ -2,9 +2,6 @@ # coding=utf-8 """ A example usage of AutoCompleter with delayed initialization of the argparse object - -Copyright 2018 Eric Lin <anselor@gmail.com> -Released under MIT license, see LICENSE file """ from typing import List |