From 58ae31c70c07416a9bd9fed9cf13dae34d950197 Mon Sep 17 00:00:00 2001
From: arinwongprommoon <arin.wongprommoon@ed.ac.uk>
Date: Mon, 16 Jan 2023 14:10:01 +0000
Subject: [PATCH] docs(aliby): documentation is accurate

HOW DOES THE CHANGE SOLVE THE PROBLEM?:
- remove FIXME

REFERENCES:
- MR !10
---
 src/aliby/io/image.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/aliby/io/image.py b/src/aliby/io/image.py
index 7ee19799..f5485886 100644
--- a/src/aliby/io/image.py
+++ b/src/aliby/io/image.py
@@ -1,6 +1,4 @@
 #!/usr/bin/env python3
-# FIXME: Check if this description of the module is accurate.
-
 """
 Image: Loads images and registers them.
 
-- 
GitLab