diff --git a/piker/fsp/_momo.py b/piker/fsp/_momo.py index 78461d8a..2ee55e00 100644 --- a/piker/fsp/_momo.py +++ b/piker/fsp/_momo.py @@ -1,5 +1,5 @@ # piker: trading gear for hackers -# Copyright (C) 2018-present Tyler Goodlet (in stewardship of piker0) +# Copyright (C) Tyler Goodlet (in stewardship of pikers) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/piker/ui/_lines.py b/piker/ui/_lines.py index acd1e88a..d148049e 100644 --- a/piker/ui/_lines.py +++ b/piker/ui/_lines.py @@ -334,10 +334,11 @@ class LevelLine(pg.InfiniteLine): w: QtWidgets.QWidget ) -> None: - """Core paint which we override (yet again) + ''' + Core paint which we override (yet again) from pg.. - """ + ''' p.setRenderHint(p.Antialiasing) # these are in viewbox coords