Skip to content

Commit

Permalink
fix: remove unused buggy import
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich authored Jul 5, 2018
1 parent f3bcc77 commit 3463019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/volume.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const util = require('util');
import {constants} from "./constants";
import {EventEmitter} from "events";
import {ReadStream, WriteStream} from "fs";
import { ENOSYS } from 'constants';

const {O_RDONLY, O_WRONLY, O_RDWR, O_CREAT, O_EXCL, O_NOCTTY, O_TRUNC, O_APPEND,
O_DIRECTORY, O_NOATIME, O_NOFOLLOW, O_SYNC, O_DIRECT, O_NONBLOCK,
F_OK, R_OK, W_OK, X_OK,
Expand Down

0 comments on commit 3463019

Please sign in to comment.