Skip to content

Commit f0ad5df

Browse files
committed
Corrected the example projects' references
1 parent 6bf6b9d commit f0ad5df

File tree

2 files changed

+2
-2
lines changed
  • examples

2 files changed

+2
-2
lines changed

examples/yoti_example_django/yoti_example/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from django.views.generic import TemplateView
22

3-
from yoti import Client
3+
from yoti_python_sdk import Client
44

55
from .app_settings import (
66
YOTI_APPLICATION_ID,

examples/yoti_example_flask/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from flask import Flask, render_template, request
22

3-
from yoti import Client
3+
from yoti_python_sdk import Client
44

55
from settings import (
66
YOTI_APPLICATION_ID,

0 commit comments

Comments
 (0)