Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
Signed-off-by: Simone Orru <simone.orru@secomind.com>
  • Loading branch information
sorru94 committed Aug 7, 2024
1 parent a49036c commit 7bd51ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/event_listener/event_listener.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
import argparse
import asyncio
import tempfile
import time
from pathlib import Path
from threading import Thread
import time
from typing import Optional, Tuple

from astarte.device import DeviceMqtt
Expand Down
2 changes: 1 addition & 1 deletion examples/example_device/example_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"""
import argparse
import tempfile
import time
from datetime import datetime, timezone
from pathlib import Path
from random import random
import time

from astarte.device import DeviceMqtt

Expand Down

0 comments on commit 7bd51ef

Please sign in to comment.