Browse Source

fix typos

master
Pekka Helenius 4 years ago
parent
commit
2c781e0835
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      pysitemap/__init__.py
  2. +1
    -1
      pysitemap/base_crawler.py

+ 1
- 1
pysitemap/__init__.py View File

@ -1,4 +1,4 @@
kimport asyncio
import asyncio
import signal
from pysitemap.base_crawler import Crawler


+ 1
- 1
pysitemap/base_crawler.py View File

@ -1,4 +1,4 @@
kimport logging
import logging
import asyncio
import re
import urllib.parse


Loading…
Cancel
Save