Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyes319 committed Aug 27, 2024
1 parent 5017b84 commit 1191c93
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mace/cli/create_lammps_model.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import sys
import argparse

import torch
from e3nn.util import jit

from mace.calculators import LAMMPS_MACE
import argparse


def parse_args():
Expand Down

0 comments on commit 1191c93

Please sign in to comment.