Skip to content

Commit

Permalink
Removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakitna committed Jan 15, 2018
1 parent 14bfbbd commit f7ee714
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion example_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
from pytradfri.error import PytradfriError
from pytradfri.util import load_json, save_json

from pathlib import Path
import uuid
import argparse

Expand Down
1 change: 0 additions & 1 deletion example_color.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
from colormath.color_conversions import convert_color
from colormath.color_objects import sRGBColor, XYZColor

from pathlib import Path
import uuid
import argparse

Expand Down
1 change: 0 additions & 1 deletion example_pair.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
from pytradfri.error import PytradfriError
from pytradfri.util import load_json, save_json

from pathlib import Path
import uuid
import argparse

Expand Down
1 change: 0 additions & 1 deletion example_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
from pytradfri.error import PytradfriError
from pytradfri.util import load_json, save_json

from pathlib import Path
import uuid
import argparse

Expand Down

0 comments on commit f7ee714

Please sign in to comment.