From ae8358a5e73a56db4fdc22d3f3296fb282e00d51 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Tue, 27 Jun 2023 13:32:18 -0400 Subject: [PATCH] Tidy up unused imports and doc string --- piker/data/types.py | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/piker/data/types.py b/piker/data/types.py index 4587f77e..596195cc 100644 --- a/piker/data/types.py +++ b/piker/data/types.py @@ -1,5 +1,7 @@ # piker: trading gear for hackers -# Copyright (C) Guillermo Rodriguez (in stewardship for piker0) +# Copyright (C) (in stewardship for pikers) +# - Tyler Goodlet +# - Guillermo Rodriguez # 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 @@ -14,12 +16,11 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -""" -Built-in (extension) types. +''' +Extensions to built-in or (heavily used but 3rd party) friend-lib +types. -""" -import builtins -# import sys +''' from pprint import pformat from msgspec import (