Skip to content

Commit

Permalink
Fix lint problems
Browse files Browse the repository at this point in the history
  • Loading branch information
MateuszMudita committed Jun 27, 2024
1 parent f574a5c commit c29f3d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/

import { ExecException, exec } from "child_process"
import { exec } from "child_process"
import { PortInfo } from "serialport"

interface UsbDevice {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/

import { ExecException, exec } from "child_process"
import { exec } from "child_process"
import { PortInfo } from "serialport"

interface DeviceDetails {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/

import { ExecException, exec } from "child_process"
import { exec } from "child_process"
import { PortInfo } from "serialport"

interface DeviceInfo {
Expand Down

0 comments on commit c29f3d5

Please sign in to comment.