diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-07-22 01:13:03 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-07-22 01:13:03 +0200 |
commit | 421870640498d5496898b08014ccd232a7cbdf35 (patch) | |
tree | 21a54830de3cf4d245a66f782f314afc2ab6b8de /python | |
parent | 3ce7b999aada8489a30597203916e5bfca55cabc (diff) | |
download | refcat-421870640498d5496898b08014ccd232a7cbdf35.tar.gz refcat-421870640498d5496898b08014ccd232a7cbdf35.zip |
remove reference to gluish
Diffstat (limited to 'python')
-rw-r--r-- | python/refcat/base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/refcat/base.py b/python/refcat/base.py index 240e4a0..7c3736b 100644 --- a/python/refcat/base.py +++ b/python/refcat/base.py @@ -32,7 +32,7 @@ logger = logging.getLogger('refcat') class ClosestDateParameter(luigi.DateParameter): """ A marker parameter to replace date parameter value with whatever - self.closest() returns. Use in conjunction with `gluish.task.BaseTask`. + self.closest() returns. Use in conjunction with `BaseTask`. """ use_closest_date = True |