From 42ea66f9c13cbeff0cfde7afb9ade39242c6e153 Mon Sep 17 00:00:00 2001 From: romainsacchi Date: Mon, 8 Apr 2024 14:09:44 +0000 Subject: [PATCH] Black reformating --- premise/export.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/premise/export.py b/premise/export.py index ec03d91b..4d0ca6cf 100644 --- a/premise/export.py +++ b/premise/export.py @@ -10,11 +10,11 @@ import re import uuid from collections import defaultdict +from datetime import datetime from functools import lru_cache from multiprocessing.pool import ThreadPool as Pool from pathlib import Path from typing import Any, Dict, List -from datetime import datetime import numpy as np import pandas as pd