Skip to content

Commit

Permalink
Remove UTF-8 encoding comment (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
quamilek authored and rytilahti committed Oct 31, 2019
1 parent 1f8b6cd commit 8cb8fb6
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion miio/ceil_cli.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: UTF-8 -*-
import logging
import sys

Expand Down
1 change: 0 additions & 1 deletion miio/cli.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: UTF-8 -*-
import logging

import click
Expand Down
1 change: 0 additions & 1 deletion miio/philips_eyecare_cli.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: UTF-8 -*-
import logging
import sys

Expand Down
1 change: 0 additions & 1 deletion miio/plug_cli.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: UTF-8 -*-
import ast
import logging
import sys
Expand Down
1 change: 0 additions & 1 deletion miio/vacuum_cli.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: UTF-8 -*-
import ast
import json
import logging
Expand Down

0 comments on commit 8cb8fb6

Please sign in to comment.