diff options
Diffstat (limited to 'g4f/Provider/Equing.py')
-rw-r--r-- | g4f/Provider/Equing.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/Provider/Equing.py b/g4f/Provider/Equing.py index 261c53c0..7dfdce9a 100644 --- a/g4f/Provider/Equing.py +++ b/g4f/Provider/Equing.py @@ -78,4 +78,4 @@ class Equing(BaseProvider): ("stream", "bool"), ] param = ", ".join([": ".join(p) for p in params]) - return f"g4f.provider.{cls.__name__} supports: ({param})"
\ No newline at end of file + return f"g4f.Provider.{cls.__name__} supports: ({param})"
\ No newline at end of file |