Update __init__.py (refactored import)

### **Before**:
`from typings import AiColorsResponse`

### **After**:
`from typings import AiColorsResponse`

### **Comment**:
`Now, it perfectly works!`
pull/620/head
Ulan Aitbay 1 year ago committed by GitHub
parent ebc10fa465
commit 872bb6db52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,7 @@
import fake_useragent
import requests
import json
from typings import AiColorsResponse
from .typings import AiColorsResponse
class Completion:

Loading…
Cancel
Save