Remove redundant encoding specifiers and __future__ imports

This commit is contained in:
Mads Marquart
2019-08-28 21:57:46 +02:00
parent 75378bb709
commit 66505f8f41
38 changed files with 0 additions and 117 deletions

View File

@@ -1,5 +1,3 @@
# -*- coding: UTF-8 -*-
from fbchat import Client
from fbchat.models import *

View File

@@ -1,5 +1,3 @@
# -*- coding: UTF-8 -*-
from fbchat import log, Client
# Subclass fbchat.Client and override required methods

View File

@@ -1,5 +1,3 @@
# -*- coding: UTF-8 -*-
from itertools import islice
from fbchat import Client
from fbchat.models import *

View File

@@ -1,5 +1,3 @@
# -*- coding: UTF-8 -*-
from fbchat import Client
from fbchat.models import *

View File

@@ -1,5 +1,3 @@
# -*- coding: UTF-8 -*-
from fbchat import log, Client
from fbchat.models import *

View File

@@ -1,5 +1,3 @@
# -*- coding: UTF-8 -*-
from fbchat import log, Client
from fbchat.models import *