Skip to content

Commit 11b9fb8

Browse files
committed
Remove whitespace
1 parent fa97baa commit 11b9fb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xivapi/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ async def character_update(self, lodestone_id: int):
124124
url = f'{self.base_url}/character/{lodestone_id}/update?private_key={self.api_key}'
125125
async with self.session.get(url) as response:
126126
return await self.process_response(response)
127-
127+
128128

129129
@timed
130130
async def freecompany_search(self, world, name, page=1):
@@ -236,7 +236,7 @@ async def pvpteam_by_id(self, lodestone_id):
236236
url = f'{self.base_url}/pvpteam/{lodestone_id}?private_key={self.api_key}'
237237
async with self.session.get(url) as response:
238238
return await self.process_response(response)
239-
239+
240240

241241
@timed
242242
async def index_search(self, name, indexes=(), columns=(), filters: List[Filter]=(), sort: Sort=None, page=1, language="en"):

0 commit comments

Comments
 (0)