Skip to content

Commit

Permalink
- fix a typo
Browse files Browse the repository at this point in the history
- remove unused imports
  • Loading branch information
gjr80 committed Jun 8, 2021
1 parent 3302a0b commit 1414488
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bin/user/bloomsky.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with
this program. If not, see http://www.gnu.org/licenses/.
this program. If not, see https://www.gnu.org/licenses/.
Version: 2.0.0 Date: 3 August 2020
Expand Down Expand Up @@ -163,7 +163,6 @@
# Python imports
import fnmatch
import json
import logging
import socket
import threading
import time
Expand All @@ -177,7 +176,6 @@

# WeeWX imports
import weeutil
# import weeutil.logger
import weewx.drivers
import weewx.wxformulas

Expand Down

0 comments on commit 1414488

Please sign in to comment.