Skip to content

Commit

Permalink
Remove unused import statement in fabric_gen.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinChung2000 committed May 3, 2024
1 parent 8936d36 commit 07a2d0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fabric_generator/fabric_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
import os
import string
import csv
from time import sleep
from typing import Dict, List, Tuple
import logging
from pathlib import Path
Expand Down

0 comments on commit 07a2d0b

Please sign in to comment.