Skip to content

Commit

Permalink
change the datetime import
Browse files Browse the repository at this point in the history
  • Loading branch information
“XYangXRay” committed May 10, 2024
1 parent 4890e3b commit 004895f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyCHX/chx_generic_functions.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import copy
import datetime
from datetime import datetime
from os import listdir
from shutil import copyfile

Expand Down Expand Up @@ -4926,7 +4926,7 @@ def trans_tf_to_td(tf, dtype="dframe"):
"""July 02, 2015, Y.G.@CHX
Translate epoch time to string
"""
import datetime
from datetime import datetime

import numpy as np
import pandas as pd
Expand Down

0 comments on commit 004895f

Please sign in to comment.