Skip to content

Commit 630609f

Browse files
committed
fix imports (NO_JIRA)
1 parent ccd9036 commit 630609f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/refcodes_with_properties/refcodes_with_properties.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#########################################################################
1616

1717
import argparse
18+
import csv
1819
import sys
1920

2021
from ccdc import io
@@ -58,7 +59,6 @@
5859
reader = io.EntryReader('CSD')
5960

6061
if args.get_values:
61-
import csv
6262

6363
csvwriter = None
6464
for entry in reader:

0 commit comments

Comments
 (0)