Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dlvhdr committed Dec 29, 2023
1 parent 17f00f2 commit 7dd5f11
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lua/gh-blame.lua
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
local gh = require("gh-blame.gh")
local utils = require("gh-blame.utils")
local git = require("gh-blame.git")
local Popup = require("nui.popup")
local NuiLine = require("nui.line")
local NuiText = require("nui.text")
local autocmd = require("nui.utils.autocmd")
local event = require("nui.utils.autocmd").event

---@class Config
local config = {}
Expand Down

0 comments on commit 7dd5f11

Please sign in to comment.