Skip to content

Commit

Permalink
removed todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sburton42 committed Oct 7, 2023
1 parent 01c4353 commit d8c1aaa
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions trelliscope/trelliscope.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
# TODO: Decide how to handle type hints for return type of Trelliscope
# This enables type hints for the return type to be Trelliscope
# from __future__ import annotations
# This is now the proper way to do type hints for the return type of the
# enclosing class, but it requires Python 3.11
# from typing import Self


import tempfile
import copy
import os
Expand Down

0 comments on commit d8c1aaa

Please sign in to comment.