Skip to content

Commit dda2b9e

Browse files
committed
Removed underscore from file name as no longer required SCI-1315
1 parent 9054c55 commit dda2b9e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

scripts/surface_charge/surface_charge.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
from ccdc.utilities import ApplicationInterface
1818

19-
from _surface_charge_calculator import SurfaceChargeController
19+
from surface_charge_calculator import SurfaceChargeController
2020

2121

2222
class SurfaceChargeGUI:

0 commit comments

Comments
 (0)