Skip to content

Commit

Permalink
Remove unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sambible committed May 3, 2024
1 parent 64e2176 commit bdcac5d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/foreman/api/test_contentviewfilter.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"""

import http
from random import randint

from fauxfactory import gen_integer, gen_string
Expand Down
1 change: 0 additions & 1 deletion tests/foreman/api/test_contentviewversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"""

from fauxfactory import gen_string
import pytest
from requests.exceptions import HTTPError

Expand Down

0 comments on commit bdcac5d

Please sign in to comment.