Skip to content

Commit

Permalink
fix(file): remove unused require for 'bufio'
Browse files Browse the repository at this point in the history
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
  • Loading branch information
zhaojh329 committed May 12, 2024
1 parent 1a4d40c commit 21302fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion file.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

local file = require 'eco.core.file'
local sys = require 'eco.core.sys'
local bufio = require 'eco.bufio'
local time = require 'eco.time'

local M = {}
Expand Down

0 comments on commit 21302fc

Please sign in to comment.