coinbase-samples / prime-order-book-py

Sample real-time order book via the Coinbase Prime API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inconsistent import format

rcbgr opened this issue · comments

commented

import asyncio

Some items are imported in a single line and others get their own line. Makes sense for aliased imports, but we should be consistent