Skip to content

Commit

Permalink
Update crc_squeue.py
Browse files Browse the repository at this point in the history
Import entire getpass module
  • Loading branch information
chnixi authored May 22, 2024
1 parent 4bc90f5 commit d91e95f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/crc_squeue.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import os
import grp
from getpass import getpass
import getpass
from argparse import Namespace
from datetime import datetime, date

Check warning on line 7 in apps/crc_squeue.py

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

apps/crc_squeue.py#L7

Unused datetime imported from datetime
from time import sleep
Expand Down

0 comments on commit d91e95f

Please sign in to comment.