Skip to content

Commit

Permalink
Import must be in first line
Browse files Browse the repository at this point in the history
PabloCamp0s committed Oct 30, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 05e2de1 commit a9d3a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mqtt_scripts/filter.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from __future__ import print_function
import sys
import time
from __future__ import print_function

for line in sys.stdin:
if "##" in line:

0 comments on commit a9d3a97

Please sign in to comment.