Skip to content

Commit 055b0af

Browse files
committed
fix import
1 parent 6bccf01 commit 055b0af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bayesflow/simulation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import logging
2222
import os
2323
import pickle
24-
from datatime import datetime
24+
from datetime import datetime
2525

2626
import matplotlib.pyplot as plt
2727
import numpy as np

0 commit comments

Comments
 (0)