From 9b8cac5c5d54c4cc0341a5b711659c401f672a33 Mon Sep 17 00:00:00 2001 From: Luke Van Seters Date: Mon, 3 Jan 2022 15:14:28 -0500 Subject: [PATCH] Credit --- mev_inspect/string_io.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mev_inspect/string_io.py b/mev_inspect/string_io.py index 1c0a40d..37efb5f 100644 --- a/mev_inspect/string_io.py +++ b/mev_inspect/string_io.py @@ -1,3 +1,5 @@ +"""This is taken from https://hakibenita.com/fast-load-data-python-postgresql""" + import io from typing import Iterator, Optional