Skip to content

Commit

Permalink
Fix bad import. (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch authored Nov 6, 2023
1 parent 557d70d commit 8b90acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/provider.toit
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import esp32
import log
import monitor
import system.services show ServiceProvider ServiceResource ServiceHandler
import .service
import .api.service

class WatchdogServiceProvider extends ServiceProvider
implements ServiceHandler:
Expand Down

0 comments on commit 8b90acb

Please sign in to comment.