diff --git a/behavioral/catalog.py b/behavioral/catalog.py index 342c7cc2..a01cfd0a 100644 --- a/behavioral/catalog.py +++ b/behavioral/catalog.py @@ -4,8 +4,7 @@ A class that uses different static function depending of a parameter passed in init. Note the use of a single dictionary instead of multiple conditions """ -__author__ = "Ibrahim Diop " -__gist__ = "" +__author__ = "Ibrahim Diop " class Catalog(object):