chore: fix lint issues

This commit is contained in:
Joe Previte 2021-02-26 15:48:04 -07:00
parent 36136fe70d
commit 9dea2e79a0
No known key found for this signature in database
GPG Key ID: 2C91590C6B742C24
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import { field } from '@coder/logger';
import { release } from "os"
import { release } from 'os';
import * as fs from 'fs';
import * as net from 'net';
import * as path from 'path';