1
0
Fork 0

Run bw-dev black to fix formatting

Signed-off-by: Jacob Torrey <jacob@jacobtorrey.com>
This commit is contained in:
Jacob Torrey 2023-04-17 15:06:41 +00:00
parent f9c75a43ae
commit 84834eb5d3
2 changed files with 1 additions and 1 deletions

View file

@ -93,7 +93,6 @@ class AbstractMinimalConnector(ABC):
except aiohttp.ClientError as err:
logger.info(err)
@abstractmethod
def get_or_create_book(self, remote_id):
"""pull up a book record by whatever means possible"""