Skip to content

Commit

Permalink
Remove duplicate code
Browse files Browse the repository at this point in the history
  • Loading branch information
munrojm committed Apr 13, 2021
1 parent 8ced2a1 commit dfec7c7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/mp_api/charge_density/resources.py
Expand Up @@ -38,10 +38,6 @@ async def get_chgcar_data(

self.s3.connect()

chgcar_key = self.s3.query_one(
criteria={key_name: material_id}, properties=[key_name],
).get(key_name, None)

r = self.s3.query_one(
criteria={key_name: material_id}, properties=[key_name],
)
Expand Down

0 comments on commit dfec7c7

Please sign in to comment.