Skip to content

Commit 0508cb0

Browse files
Apply suggestions from code review
Co-authored-by: Konstantin Möllers <[email protected]>
1 parent 7e6b39c commit 0508cb0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

LICENSE.txt

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

3-
Copyright (c) 2023, Bitvavo B.V
3+
Copyright (c) 2023, Bitvavo B.V.
44

55
Permission to use, copy, modify, and/or distribute this software for any
66
purpose with or without fee is hereby granted, provided that the above

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Want to quickly make a trading app? Here you go:
5555
Add the following code to a new file in your app:
5656
5757
```python
58-
from python_bitvavo_api.bitvavo import Bitvavo
58+
from python_bitvavo_api.bitvavo import Bitvavo
5959
import json
6060
import time
6161

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
2+
from os import path
23

34
# read the contents of your README file
4-
from os import path
55
this_directory = path.abspath(path.dirname(__file__))
66
with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
77
long_description = f.read()

0 commit comments

Comments
 (0)