Skip to content

Commit

Permalink
Fix import of time module
Browse files Browse the repository at this point in the history
  • Loading branch information
cbpowell committed Jan 9, 2022
1 parent b42ee6f commit e46b6a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SenseLink.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 2020, Charles Powell

import json
import time
from time import time
import yaml
import argparse
from DataSource import *
Expand Down

0 comments on commit e46b6a1

Please sign in to comment.