Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arthuRHD authored Jul 31, 2022
1 parent caee323 commit 2fdc194
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,8 @@ pip install seloger-google-sheets

```py
from typing import List
from seloger_google_sheets import RealEstate
from seloger_google_sheets.google import GoogleSpreadsheetsService
from seloger_google_sheets.seloger import (SelogerService, SelogerSearchQuery, RealEstateFilter,
RealEstateType, TransactionType)
from seloger_google_sheets import (SelogerService, SelogerSearchQuery, RealEstateFilter,
RealEstateType, TransactionType, RealEstate, GoogleSpreadsheetsService)


seloger = SelogerService(api_key='my_seloger_api_key')
Expand Down

0 comments on commit 2fdc194

Please sign in to comment.