From cb4e69dfde1e07b6c812514a2e83d6ccababbe98 Mon Sep 17 00:00:00 2001 From: Michele Ceriotti Date: Sun, 17 Sep 2023 23:32:23 -0700 Subject: [PATCH] Make flake happy --- python/chemiscope/input.py | 2 -- python/examples/shapes.py | 1 - 2 files changed, 3 deletions(-) diff --git a/python/chemiscope/input.py b/python/chemiscope/input.py index 6abb125f7..d2a2fd8c3 100644 --- a/python/chemiscope/input.py +++ b/python/chemiscope/input.py @@ -9,8 +9,6 @@ import numpy as np -from copy import copy - from .structures import ( _list_atom_properties, _list_structure_properties, diff --git a/python/examples/shapes.py b/python/examples/shapes.py index 19cb13b9f..7c08a53f7 100644 --- a/python/examples/shapes.py +++ b/python/examples/shapes.py @@ -1,5 +1,4 @@ import numpy as np -import ase import ase.io as aseio import chemiscope