From 5c588abe9668674138909ed5d05275f190a44d21 Mon Sep 17 00:00:00 2001 From: Frederik Jaeckel Date: Wed, 30 Nov 2022 13:59:20 +0100 Subject: [PATCH] fix imports --- scripts/import_investment_historicalrates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/import_investment_historicalrates.py b/scripts/import_investment_historicalrates.py index e3fe059..5aa4f07 100644 --- a/scripts/import_investment_historicalrates.py +++ b/scripts/import_investment_historicalrates.py @@ -4,7 +4,7 @@ # The COPYRIGHT file at the top level of this repository contains the # full copyright notices and license terms. -import csv +import csv, os, sys from argparse import ArgumentParser from datetime import datetime, date from decimal import Decimal