Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Oct 18, 2024
1 parent 94f0e50 commit 596efaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dpdata/plugins/lammps.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations

from typing import TYPE_CHECKING, List
from typing import TYPE_CHECKING

import numpy as np

Expand Down Expand Up @@ -64,7 +64,7 @@ class LAMMPSDumpFormat(Format):
def from_system(
self,
file_name: str,
type_map: List[str] = None,
type_map: list[str] = None,
begin: int = 0,
step: int = 1,
unwrap: bool = False,
Expand Down

0 comments on commit 596efaf

Please sign in to comment.