diff options
author | Alexander Foremny <aforemny@posteo.de> | 2023-11-27 13:55:04 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2023-11-27 13:55:04 +0100 |
commit | 34e3154c7ae1b002ff85cd0837c3cbf7d672d458 (patch) | |
tree | 882101d5712bddc17047f1a80a971a89aee25243 /app/History/CommitInfo.hs | |
parent | d08746a03ef75eb2c4fecb157248a762545cca1f (diff) |
close separate-database-issues-and-history-issues
Diffstat (limited to 'app/History/CommitInfo.hs')
-rw-r--r-- | app/History/CommitInfo.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/History/CommitInfo.hs b/app/History/CommitInfo.hs index 3c371d1..bea0cd3 100644 --- a/app/History/CommitInfo.hs +++ b/app/History/CommitInfo.hs @@ -16,7 +16,6 @@ import History.IssueEvent (IssueEvent (..)) import History.PartialCommitInfo (PartialCommitInfo (..)) import Issue (Issue (..), id) import Issue.Provenance qualified as I -import TreeGrepper.Match (Position (..)) import Prelude hiding (id) -- TODO Change `CommitInfo` -> `CommitIssuesAll` |