Skip to content

Commit 8cbe21f

Browse files
remove whitespace in resource.py
Co-authored-by: John Jasa <johnjasa11@gmail.com>
1 parent d0b8c19 commit 8cbe21f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hopp/simulation/technologies/resource/resource.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ def __init__(self, lat, lon, year, **kwargs):
3838
self.affiliation = 'NREL'
3939
self.reason = 'hybrid-analysis'
4040
self.mailing_list = 'true'
41-
4241
# paths
4342
self.path_current = os.path.dirname(os.path.abspath(__file__))
4443
self.path_resource = os.path.join(ROOT_DIR, 'simulation', 'resource_files')

0 commit comments

Comments
 (0)