Skip to content

Commit

Permalink
fixup! Implement ExposedThing functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Jun 15, 2024
1 parent d41ecbd commit 757e5c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 6 additions & 0 deletions example/exposed_thing/http_server.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// Copyright 2024 Contributors to the Eclipse Foundation. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//
// SPDX-License-Identifier: BSD-3-Clause

// ignore_for_file: avoid_print

import "package:dart_wot/binding_http.dart";
Expand Down
2 changes: 0 additions & 2 deletions lib/src/binding_http/http_server.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
//
// SPDX-License-Identifier: BSD-3-Clause

// import "dart:io" as io;

import "dart:io" as io;

import "package:shelf/shelf.dart";
Expand Down

0 comments on commit 757e5c5

Please sign in to comment.