Tidy up unused imports and doc string

basic_buy_bot
Tyler Goodlet 2023-06-27 13:32:18 -04:00
parent 00a51c0288
commit ae8358a5e7
1 changed files with 7 additions and 6 deletions

View File

@ -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 <https://www.gnu.org/licenses/>.
"""
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 (