Reindent utils_test with 4 spaces
This commit is contained in:
parent
098d2fda52
commit
431bc5a297
|
@ -1,6 +1,7 @@
|
|||
import unittest
|
||||
import requests
|
||||
|
||||
|
||||
class UtilsTests(unittest.TestCase):
|
||||
def setUp(self):
|
||||
self.url_options = "http://localhost:7860/sdapi/v1/options"
|
||||
|
@ -58,5 +59,6 @@ class UtilsTests(unittest.TestCase):
|
|||
def test_embeddings(self):
|
||||
self.assertEqual(requests.get(self.url_embeddings).status_code, 200)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
||||
|
|
Loading…
Reference in New Issue