Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
emptymalei committed Feb 20, 2024
1 parent 3942047 commit 0415d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hamiltonian_flow/models/harmonic_oscillator.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from functools import cached_property
from typing import Dict, List, Literal, Optional, Union
from typing import Dict, Literal, Optional, Union

import numpy as np
import pandas as pd
Expand Down

0 comments on commit 0415d0e

Please sign in to comment.