Remove unused variable

lbasparse
Tammo Jan Dijkema 2020-12-03 11:26:04 +01:00
parent 197e788946
commit 3addd68091
No known key found for this signature in database
GPG Key ID: F767EB9753DC6958
1 changed files with 1 additions and 2 deletions

View File

@ -264,8 +264,7 @@
"obstime = datetime.datetime.strptime(obsdatestr + \":\" + obstimestr, '%Y%m%d:%H%M%S')\n",
"\n",
"# Confirm the data has been read correctly\n",
"print(f\"\"\"Filename: {cubename}\n",
"Station: {station_name}\n",
"print(f\"\"\"Station: {station_name}\n",
"Station type: {station_type}\n",
"Subband: {subband}\n",
"Timestep: {timestep}\n",