Skip to content

Commit d4e8537

Browse files
committed
Separate BaseClient class from restful_booker package
1 parent 5f7caa2 commit d4e8537

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

clients/restful_booker/restful_booker_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import json
22

3-
from clients.restful_booker.base_client import BaseClient
3+
from clients.base_client import BaseClient
44
from config import BASE_URI
55
from utils.request import APIRequest
66

0 commit comments

Comments
 (0)